#8C9DEA

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

Shades of Portage #8C9DEA

Tints of Portage #8C9DEA

Color information

#8C9DEA (or 0x8C9DEA) is unknown color: approx Portage. HEX triplet: 8C, 9D and EA. RGB value is (140,157,234). Sum of RGB (Red+Green+Blue) = 140+157+234=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C9DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9DEA is #736215. Grayscale: #A0A0A0. Windows color (decimal): -7561750 or 15375756. OLE color: 15375756.

HSL color Cylindrical-coordinate representation of color #8C9DEA: hue angle of 229.15º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9DEA is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140157234-
CMYK0.400.3300.08
HSL229.15º69.12%73.33%-
HSV(B)229.15º40.17%91.76%-
XYZ37.7235.6382.73-
YUV160.7169.37113.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.37%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=26.37%
G=29.57%
B=44.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401572340.400.3300.08229.1569.1273.33
Hex8C9DEA282108e54549
Octal2142353525041010345105111
Binary100011001001110111101010101000100001010001110010110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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