Html Css Color HEX #8E97DC Portage

📋 copy color: '#8E97DC'

red 142 ◦ green 151 ◦ blue 220

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

Shades of Portage #8E97DC

Tints of Portage #8E97DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.43%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 27.68%
G = 29.43%
B = 42.88%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E97DC (or 0x8E97DC) is known color: Portage. HEX triplet: 8E, 97 and DC. RGB value is (142,151,220). Sum of RGB (Red+Green+Blue) = 142+151+220=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E97DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E97DC is #716823. Grayscale: #9B9B9B. Windows color (decimal): -7432228 or 14456718. OLE color: 14456718.

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

Color convert

RGB 142 151 220 -
CMYK 0.35 0.31 0 0.14
HSL 233.08º 0.53% 0.71% -
HSV(B) 233.08º 0.35% 0.86% -
XYZ 35.14 33.05 72.24 -
YUV 156.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 142 151 220 0.35 0.31 0 0.14 233.08 0.53 0.71
Hex 8E 97 DC 23 1F 0 E E9 35 47
Octal 216 227 334 43 37 0 16 351 65 107
Binary 10001110 10010111 11011100 100011 11111 0 1110 11101001 110101 1000111

Color Harmonies of #8E97DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E97DC

Black with #8E97DC

Text Example


Text Example

White with #8E97DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,151,220); }

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

background-color css

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

 a { background-color: rgb(142,151,220); }

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

border-color css

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

 span { border-color: rgb(142,151,220); }

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