Html Css Color HEX #8E9ECB Portage

📋 copy color: '#8E9ECB'

red 142 ◦ green 158 ◦ blue 203

#8E9ECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #8E9ECB

Tints of Portage #8E9ECB

RGB

 RED value IS 142 (55.86% from 255) = 28.23%

 GREEN value IS 158 (62.11% from 255) = 31.41%

 BLUE value IS 203 (79.69% from 255) = 40.36%

R = 28.23%
G = 31.41%
B = 40.36%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E9ECB (or 0x8E9ECB) is known color: Portage. HEX triplet: 8E, 9E and CB. RGB value is (142,158,203). Sum of RGB (Red+Green+Blue) = 142+158+203=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ECB is #716134. Grayscale: #9E9E9E. Windows color (decimal): -7430453 or 13344398. OLE color: 13344398.

HSL color Cylindrical-coordinate representation of color #8E9ECB: hue angle of 224.26º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9ECB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 158 203 -
CMYK 0.30 0.22 0 0.20
HSL 224.26º 0.37% 0.68% -
HSV(B) 224.26º 0.3% 0.8% -
XYZ 34.16 34.52 61.36 -
YUV 158.35 153.2 116.34 -
System Red Green Blue C M Y K H S L
Decimal 142 158 203 0.30 0.22 0 0.20 224.26 0.37 0.68
Hex 8E 9E CB 1E 16 0 14 E0 25 44
Octal 216 236 313 36 26 0 24 340 45 104
Binary 10001110 10011110 11001011 11110 10110 0 10100 11100000 100101 1000100

Color Harmonies of #8E9ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9ECB

Black with #8E9ECB

Text Example


Text Example

White with #8E9ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,158,203); }

 H1.HeaderClassName
 {
   color: #8E9ECB;
 }
 .AnyTagClassName
 {
   color: #8E9ECB;
 }
</style>

background-color css

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

 a { background-color: rgb(142,158,203); }

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

border-color css

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

 span { border-color: rgb(142,158,203); }

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