Html Css Color HEX #8EA4DB Portage

📋 copy color: '#8EA4DB'

red 142 ◦ green 164 ◦ blue 219

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

Shades of Portage #8EA4DB

Tints of Portage #8EA4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.24%

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

R = 27.05%
G = 31.24%
B = 41.71%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8EA4DB (or 0x8EA4DB) is known color: Portage. HEX triplet: 8E, A4 and DB. RGB value is (142,164,219). Sum of RGB (Red+Green+Blue) = 142+164+219=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA4DB is #715B24. Grayscale: #A3A3A3. Windows color (decimal): -7428901 or 14394510. OLE color: 14394510.

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

Color convert

RGB 142 164 219 -
CMYK 0.35 0.25 0 0.14
HSL 222.86º 0.52% 0.71% -
HSV(B) 222.86º 0.35% 0.86% -
XYZ 37.22 37.42 72.28 -
YUV 163.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 142 164 219 0.35 0.25 0 0.14 222.86 0.52 0.71
Hex 8E A4 DB 23 19 0 E DF 34 47
Octal 216 244 333 43 31 0 16 337 64 107
Binary 10001110 10100100 11011011 100011 11001 0 1110 11011111 110100 1000111

Color Harmonies of #8EA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA4DB

Black with #8EA4DB

Text Example


Text Example

White with #8EA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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