Html Css Color HEX #8E9FDB Portage

📋 copy color: '#8E9FDB'

red 142 ◦ green 159 ◦ blue 219

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

Shades of Portage #8E9FDB

Tints of Portage #8E9FDB

RGB

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

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

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

R = 27.31%
G = 30.58%
B = 42.12%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E9FDB (or 0x8E9FDB) is known color: Portage. HEX triplet: 8E, 9F and DB. RGB value is (142,159,219). Sum of RGB (Red+Green+Blue) = 142+159+219=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FDB is #716024. Grayscale: #A0A0A0. Windows color (decimal): -7430181 or 14393230. OLE color: 14393230.

HSL color Cylindrical-coordinate representation of color #8E9FDB: hue angle of 226.75º 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 #8E9FDB is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 159 219 -
CMYK 0.35 0.27 0 0.14
HSL 226.75º 0.52% 0.71% -
HSV(B) 226.75º 0.35% 0.86% -
XYZ 36.34 35.66 71.99 -
YUV 160.76 160.87 114.62 -
System Red Green Blue C M Y K H S L
Decimal 142 159 219 0.35 0.27 0 0.14 226.75 0.52 0.71
Hex 8E 9F DB 23 1B 0 E E3 34 47
Octal 216 237 333 43 33 0 16 343 64 107
Binary 10001110 10011111 11011011 100011 11011 0 1110 11100011 110100 1000111

Color Harmonies of #8E9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9FDB

Black with #8E9FDB

Text Example


Text Example

White with #8E9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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