#8C9DCE

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

Shades of Portage #8C9DCE

Tints of Portage #8C9DCE

Color information

#8C9DCE (or 0x8C9DCE) is unknown color: approx Portage. HEX triplet: 8C, 9D and CE. RGB value is (140,157,206). Sum of RGB (Red+Green+Blue) = 140+157+206=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C9DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DCE is #736231. Grayscale: #9D9D9D. Windows color (decimal): -7561778 or 13540748. OLE color: 13540748.

HSL color Cylindrical-coordinate representation of color #8C9DCE: hue angle of 224.55º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C9DCE is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB140157206-
CMYK0.320.2400.19
HSL224.55º40.24%67.84%-
HSV(B)224.55º32.04%80.78%-
XYZ34.0134.1563.19-
YUV157.5155.37115.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=27.83%
G=31.21%
B=40.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401572060.320.2400.19224.5540.2467.84
Hex8C9DCE2018013e12844
Octal214235316403002334150104
Binary10001100100111011100111010000011000010011111000011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,157,206); }

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

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

 a { background-color: rgb(140,157,206); }

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

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

 span { border-color: rgb(140,157,206); }

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