Html Css Color HEX #8EA2DD Portage

📋 copy color: '#8EA2DD'

red 142 ◦ green 162 ◦ blue 221

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

Shades of Portage #8EA2DD

Tints of Portage #8EA2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.86%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 27.05%
G = 30.86%
B = 42.1%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EA2DD (or 0x8EA2DD) is known color: Portage. HEX triplet: 8E, A2 and DD. RGB value is (142,162,221). Sum of RGB (Red+Green+Blue) = 142+162+221=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EA2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2DD is #715D22. Grayscale: #A2A2A2. Windows color (decimal): -7429411 or 14525070. OLE color: 14525070.

HSL color Cylindrical-coordinate representation of color #8EA2DD: hue angle of 224.81º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EA2DD is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 162 221 -
CMYK 0.36 0.27 0 0.13
HSL 224.81º 0.54% 0.71% -
HSV(B) 224.81º 0.36% 0.87% -
XYZ 37.13 36.81 73.56 -
YUV 162.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 142 162 221 0.36 0.27 0 0.13 224.81 0.54 0.71
Hex 8E A2 DD 24 1B 0 D E1 36 47
Octal 216 242 335 44 33 0 15 341 66 107
Binary 10001110 10100010 11011101 100100 11011 0 1101 11100001 110110 1000111

Color Harmonies of #8EA2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA2DD

Black with #8EA2DD

Text Example


Text Example

White with #8EA2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,162,221); }

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

background-color css

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

 a { background-color: rgb(142,162,221); }

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

border-color css

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

 span { border-color: rgb(142,162,221); }

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