Html Css Color HEX #8EA1DD Portage

📋 copy color: '#8EA1DD'

red 142 ◦ green 161 ◦ blue 221

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

Shades of Portage #8EA1DD

Tints of Portage #8EA1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.73%

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

R = 27.1%
G = 30.73%
B = 42.18%

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

#8EA1DD (or 0x8EA1DD) is known color: Portage. HEX triplet: 8E, A1 and DD. RGB value is (142,161,221). Sum of RGB (Red+Green+Blue) = 142+161+221=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EA1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA1DD is #715E22. Grayscale: #A1A1A1. Windows color (decimal): -7429667 or 14524814. OLE color: 14524814.

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

Color convert

RGB 142 161 221 -
CMYK 0.36 0.27 0 0.13
HSL 225.57º 0.54% 0.71% -
HSV(B) 225.57º 0.36% 0.87% -
XYZ 36.95 36.46 73.5 -
YUV 162.16 161.21 113.62 -
System Red Green Blue C M Y K H S L
Decimal 142 161 221 0.36 0.27 0 0.13 225.57 0.54 0.71
Hex 8E A1 DD 24 1B 0 D E2 36 47
Octal 216 241 335 44 33 0 15 342 66 107
Binary 10001110 10100001 11011101 100100 11011 0 1101 11100010 110110 1000111

Color Harmonies of #8EA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA1DD

Black with #8EA1DD

Text Example


Text Example

White with #8EA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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