#8C9EDB

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

Shades of Portage #8C9EDB

Tints of Portage #8C9EDB

Color information

#8C9EDB (or 0x8C9EDB) is unknown color: approx Portage. HEX triplet: 8C, 9E and DB. RGB value is (140,158,219). Sum of RGB (Red+Green+Blue) = 140+158+219=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9EDB is #736124. Grayscale: #9F9F9F. Windows color (decimal): -7561509 or 14392972. OLE color: 14392972.

HSL color Cylindrical-coordinate representation of color #8C9EDB: hue angle of 226.33º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C9EDB is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140158219-
CMYK0.360.2800.14
HSL226.33º52.32%70.39%-
HSV(B)226.33º36.07%85.88%-
XYZ35.8335.1471.91-
YUV159.57161.54114.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.08%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=27.08%
G=30.56%
B=42.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401582190.360.2800.14226.3352.3270.39
Hex8C9EDB241C0Ee23446
Octal214236333443401634264106
Binary1000110010011110110110111001001110001110111000101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,158,219); }

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

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

 a { background-color: rgb(140,158,219); }

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

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

 span { border-color: rgb(140,158,219); }

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