Html Css Color HEX #8E9FDD Portage

📋 copy color: '#8E9FDD'

red 142 ◦ green 159 ◦ blue 221

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

Shades of Portage #8E9FDD

Tints of Portage #8E9FDD

RGB

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

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

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

R = 27.2%
G = 30.46%
B = 42.34%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E9FDD (or 0x8E9FDD) is known color: Portage. HEX triplet: 8E, 9F and DD. RGB value is (142,159,221). Sum of RGB (Red+Green+Blue) = 142+159+221=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FDD is #716022. Grayscale: #A0A0A0. Windows color (decimal): -7430179 or 14524302. OLE color: 14524302.

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

Color convert

RGB 142 159 221 -
CMYK 0.36 0.28 0 0.13
HSL 227.09º 0.54% 0.71% -
HSV(B) 227.09º 0.36% 0.87% -
XYZ 36.6 35.77 73.38 -
YUV 160.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 142 159 221 0.36 0.28 0 0.13 227.09 0.54 0.71
Hex 8E 9F DD 24 1C 0 D E3 36 47
Octal 216 237 335 44 34 0 15 343 66 107
Binary 10001110 10011111 11011101 100100 11100 0 1101 11100011 110110 1000111

Color Harmonies of #8E9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9FDD

Black with #8E9FDD

Text Example


Text Example

White with #8E9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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