#8C9CF2

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

Shades of Portage #8C9CF2

Tints of Portage #8C9CF2

Color information

#8C9CF2 (or 0x8C9CF2) is unknown color: approx Portage. HEX triplet: 8C, 9C and F2. RGB value is (140,156,242). Sum of RGB (Red+Green+Blue) = 140+156+242=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #8C9CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9CF2 is #73630D. Grayscale: #A0A0A0. Windows color (decimal): -7561998 or 15899788. OLE color: 15899788.

HSL color Cylindrical-coordinate representation of color #8C9CF2: hue angle of 230.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C9CF2 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB140156242-
CMYK0.420.3600.05
HSL230.59º79.69%74.9%-
HSV(B)230.59º42.15%94.9%-
XYZ38.7335.7688.87-
YUV161.02173.7113.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.02%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 242 (94.92% from 255) = 44.98%
R=26.02%
G=29.00%
B=44.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1401562420.420.3600.05230.5979.6974.9
Hex8C9CF22A2405e7504b
Octal214234362524405347120113
Binary10001100100111001111001010101010010001011110011110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,156,242); }

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

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

 a { background-color: rgb(140,156,242); }

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

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

 span { border-color: rgb(140,156,242); }

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