#8A96FE

Color #8A96FE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8A96FE

Tints of Portage #8A96FE

Color information

#8A96FE (or 0x8A96FE) is unknown color: approx Portage. HEX triplet: 8A, 96 and FE. RGB value is (138,150,254). Sum of RGB (Red+Green+Blue) = 138+150+254=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A96FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A96FE is #756901. Grayscale: #9D9D9D. Windows color (decimal): -7694594 or 16684682. OLE color: 16684682.

HSL color Cylindrical-coordinate representation of color #8A96FE: hue angle of 233.79º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A96FE is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB138150254-
CMYK0.460.4100.00
HSL233.79º98.31%76.86%-
HSV(B)233.79º45.67%99.61%-
XYZ39.2834.3798.33-
YUV158.27182.02113.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 25.46%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 254 (99.61% from 255) = 46.86%
R=25.46%
G=27.68%
B=46.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1381502540.460.4100.00233.7998.3176.86
Hex8A96FE2E2900ea624d
Octal212226376565100352142115
Binary100010101001011011111110101110101001001110101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A96FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A96FE; }

 p { color: rgb(138,150,254); }

 H1.HeaderClassName
 {
   color: #8A96FE;
 }
 .AnyTagClassName
 {
   color: #8A96FE;
 }
</style>
background-color css

<style>
 a { background-color: #8A96FE; }

 a { background-color: rgb(138,150,254); }

 div.DivClassName
 {
   background-color: #8A96FE;
 }
 .BgClassName
 {
   background-color: #8A96FE;
 }
</style>
border-color css

<style>
 span { border-color: #8A96FE; }

 span { border-color: rgb(138,150,254); }

 td.TdClassName
 {
   border-color: #8A96FE;
 }
 .TagClassName
 {
   border-color: #8A96FE;
 }
</style>