Html Css Color HEX #8E9FCE Portage

📋 copy color: '#8E9FCE'

red 142 ◦ green 159 ◦ blue 206

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

Shades of Portage #8E9FCE

Tints of Portage #8E9FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.36%

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

R = 28.01%
G = 31.36%
B = 40.63%

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

#8E9FCE (or 0x8E9FCE) is known color: Portage. HEX triplet: 8E, 9F and CE. RGB value is (142,159,206). Sum of RGB (Red+Green+Blue) = 142+159+206=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FCE is #716031. Grayscale: #9F9F9F. Windows color (decimal): -7430194 or 13541262. OLE color: 13541262.

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

Color convert

RGB 142 159 206 -
CMYK 0.31 0.23 0 0.19
HSL 224.06º 0.4% 0.68% -
HSV(B) 224.06º 0.31% 0.81% -
XYZ 34.69 35 63.32 -
YUV 159.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 142 159 206 0.31 0.23 0 0.19 224.06 0.4 0.68
Hex 8E 9F CE 1F 17 0 13 E0 28 44
Octal 216 237 316 37 27 0 23 340 50 104
Binary 10001110 10011111 11001110 11111 10111 0 10011 11100000 101000 1000100

Color Harmonies of #8E9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9FCE

Black with #8E9FCE

Text Example


Text Example

White with #8E9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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