Html Css Color HEX #8E81AC Deluge

📋 copy color: '#8E81AC'

red 142 ◦ green 129 ◦ blue 172

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

Shades of Deluge #8E81AC

Tints of Deluge #8E81AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.12%

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 32.05%
G = 29.12%
B = 38.83%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E81AC (or 0x8E81AC) is known color: Deluge. HEX triplet: 8E, 81 and AC. RGB value is (142,129,172). Sum of RGB (Red+Green+Blue) = 142+129+172=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E81AC is #717E53. Grayscale: #898989. Windows color (decimal): -7437908 or 11305358. OLE color: 11305358.

HSL color Cylindrical-coordinate representation of color #8E81AC: hue angle of 258.14º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E81AC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 129 172 -
CMYK 0.17 0.25 0 0.33
HSL 258.14º 0.21% 0.59% -
HSV(B) 258.14º 0.25% 0.67% -
XYZ 26.45 24.43 42.35 -
YUV 137.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 142 129 172 0.17 0.25 0 0.33 258.14 0.21 0.59
Hex 8E 81 AC 11 19 0 21 102 15 3B
Octal 216 201 254 21 31 0 41 402 25 73
Binary 10001110 10000001 10101100 10001 11001 0 100001 100000010 10101 111011

Color Harmonies of #8E81AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E81AC

Black with #8E81AC

Text Example


Text Example

White with #8E81AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,129,172); }

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

background-color css

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

 a { background-color: rgb(142,129,172); }

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

border-color css

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

 span { border-color: rgb(142,129,172); }

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