Html Css Color HEX #8E9ECE Portage

📋 copy color: '#8E9ECE'

red 142 ◦ green 158 ◦ blue 206

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

Shades of Portage #8E9ECE

Tints of Portage #8E9ECE

RGB

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

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

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

R = 28.06%
G = 31.23%
B = 40.71%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E9ECE (or 0x8E9ECE) is known color: Portage. HEX triplet: 8E, 9E and CE. RGB value is (142,158,206). Sum of RGB (Red+Green+Blue) = 142+158+206=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ECE is #716131. Grayscale: #9E9E9E. Windows color (decimal): -7430450 or 13541006. OLE color: 13541006.

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

Color convert

RGB 142 158 206 -
CMYK 0.31 0.23 0 0.19
HSL 225º 0.4% 0.68% -
HSV(B) 225º 0.31% 0.81% -
XYZ 34.52 34.66 63.26 -
YUV 158.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 142 158 206 0.31 0.23 0 0.19 225 0.4 0.68
Hex 8E 9E CE 1F 17 0 13 E1 28 44
Octal 216 236 316 37 27 0 23 341 50 104
Binary 10001110 10011110 11001110 11111 10111 0 10011 11100001 101000 1000100

Color Harmonies of #8E9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9ECE

Black with #8E9ECE

Text Example


Text Example

White with #8E9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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