#8E9ACD

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

Shades of Portage #8E9ACD

Tints of Portage #8E9ACD

Color information

#8E9ACD (or 0x8E9ACD) is unknown color: approx Portage. HEX triplet: 8E, 9A and CD. RGB value is (142,154,205). Sum of RGB (Red+Green+Blue) = 142+154+205=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ACD is #716532. Grayscale: #9C9C9C. Windows color (decimal): -7431475 or 13474446. OLE color: 13474446.

HSL color Cylindrical-coordinate representation of color #8E9ACD: hue angle of 228.57º 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 #8E9ACD is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142154205-
CMYK0.310.2500.20
HSL228.57º38.65%68.04%-
HSV(B)228.57º30.73%80.39%-
XYZ33.7333.2762.4-
YUV156.23155.52117.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.34%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=28.34%
G=30.74%
B=40.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421542050.310.2500.20228.5738.6568.04
Hex8E9ACD1F19014e52744
Octal216232315373102434547104
Binary1000111010011010110011011111111001010100111001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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