Html Css Color HEX #8E9CDB Portage

📋 copy color: '#8E9CDB'

red 142 ◦ green 156 ◦ blue 219

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

Shades of Portage #8E9CDB

Tints of Portage #8E9CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 27.47%
G = 30.17%
B = 42.36%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E9CDB (or 0x8E9CDB) is known color: Portage. HEX triplet: 8E, 9C and DB. RGB value is (142,156,219). Sum of RGB (Red+Green+Blue) = 142+156+219=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CDB is #716324. Grayscale: #9E9E9E. Windows color (decimal): -7430949 or 14392462. OLE color: 14392462.

HSL color Cylindrical-coordinate representation of color #8E9CDB: hue angle of 229.09º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E9CDB is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 156 219 -
CMYK 0.35 0.29 0 0.14
HSL 229.09º 0.52% 0.71% -
HSV(B) 229.09º 0.35% 0.86% -
XYZ 35.83 34.64 71.82 -
YUV 159 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 142 156 219 0.35 0.29 0 0.14 229.09 0.52 0.71
Hex 8E 9C DB 23 1D 0 E E5 34 47
Octal 216 234 333 43 35 0 16 345 64 107
Binary 10001110 10011100 11011011 100011 11101 0 1110 11100101 110100 1000111

Color Harmonies of #8E9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9CDB

Black with #8E9CDB

Text Example


Text Example

White with #8E9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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