Html Css Color HEX #8E9CCE Portage

📋 copy color: '#8E9CCE'

red 142 ◦ green 156 ◦ blue 206

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

Shades of Portage #8E9CCE

Tints of Portage #8E9CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.95%

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 28.17%
G = 30.95%
B = 40.87%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E9CCE (or 0x8E9CCE) is known color: Portage. HEX triplet: 8E, 9C and CE. RGB value is (142,156,206). Sum of RGB (Red+Green+Blue) = 142+156+206=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CCE is #716331. Grayscale: #9D9D9D. Windows color (decimal): -7430962 or 13540494. OLE color: 13540494.

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

Color convert

RGB 142 156 206 -
CMYK 0.31 0.24 0 0.19
HSL 226.88º 0.4% 0.68% -
HSV(B) 226.88º 0.31% 0.81% -
XYZ 34.18 33.98 63.15 -
YUV 157.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 142 156 206 0.31 0.24 0 0.19 226.88 0.4 0.68
Hex 8E 9C CE 1F 18 0 13 E3 28 44
Octal 216 234 316 37 30 0 23 343 50 104
Binary 10001110 10011100 11001110 11111 11000 0 10011 11100011 101000 1000100

Color Harmonies of #8E9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9CCE

Black with #8E9CCE

Text Example


Text Example

White with #8E9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,156,206); }

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

background-color css

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

 a { background-color: rgb(142,156,206); }

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

border-color css

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

 span { border-color: rgb(142,156,206); }

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