#8E9BCD

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

Shades of Portage #8E9BCD

Tints of Portage #8E9BCD

Color information

#8E9BCD (or 0x8E9BCD) is unknown color: approx Portage. HEX triplet: 8E, 9B and CD. RGB value is (142,155,205). Sum of RGB (Red+Green+Blue) = 142+155+205=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BCD is #716432. Grayscale: #9C9C9C. Windows color (decimal): -7431219 or 13474702. OLE color: 13474702.

HSL color Cylindrical-coordinate representation of color #8E9BCD: hue angle of 227.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E9BCD is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142155205-
CMYK0.310.2400.20
HSL227.62º38.65%68.04%-
HSV(B)227.62º30.73%80.39%-
XYZ33.933.662.46-
YUV156.81155.19117.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.29%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=28.29%
G=30.88%
B=40.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421552050.310.2400.20227.6238.6568.04
Hex8E9BCD1F18014e42744
Octal216233315373002434447104
Binary1000111010011011110011011111111000010100111001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,205); }

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

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

 a { background-color: rgb(142,155,205); }

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

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

 span { border-color: rgb(142,155,205); }

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