Html Css Color HEX #8E9CDD Portage

📋 copy color: '#8E9CDD'

red 142 ◦ green 156 ◦ blue 221

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

Shades of Portage #8E9CDD

Tints of Portage #8E9CDD

RGB

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

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

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

R = 27.36%
G = 30.06%
B = 42.58%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E9CDD (or 0x8E9CDD) is known color: Portage. HEX triplet: 8E, 9C and DD. RGB value is (142,156,221). Sum of RGB (Red+Green+Blue) = 142+156+221=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CDD is #716322. Grayscale: #9E9E9E. Windows color (decimal): -7430947 or 14523534. OLE color: 14523534.

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

Color convert

RGB 142 156 221 -
CMYK 0.36 0.29 0 0.13
HSL 229.37º 0.54% 0.71% -
HSV(B) 229.37º 0.36% 0.87% -
XYZ 36.09 34.75 73.21 -
YUV 159.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 142 156 221 0.36 0.29 0 0.13 229.37 0.54 0.71
Hex 8E 9C DD 24 1D 0 D E5 36 47
Octal 216 234 335 44 35 0 15 345 66 107
Binary 10001110 10011100 11011101 100100 11101 0 1101 11100101 110110 1000111

Color Harmonies of #8E9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9CDD

Black with #8E9CDD

Text Example


Text Example

White with #8E9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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