Html Css Color HEX #8E81A4 Deluge

📋 copy color: '#8E81A4'

red 142 ◦ green 129 ◦ blue 164

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

Shades of Deluge #8E81A4

Tints of Deluge #8E81A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 32.64%
G = 29.66%
B = 37.7%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8E81A4 (or 0x8E81A4) is known color: Deluge. HEX triplet: 8E, 81 and A4. RGB value is (142,129,164). Sum of RGB (Red+Green+Blue) = 142+129+164=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E81A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E81A4 is #717E5B. Grayscale: #888888. Windows color (decimal): -7437916 or 10781070. OLE color: 10781070.

HSL color Cylindrical-coordinate representation of color #8E81A4: hue angle of 262.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E81A4 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 129 164 -
CMYK 0.13 0.21 0 0.36
HSL 262.29º 0.16% 0.57% -
HSV(B) 262.29º 0.21% 0.64% -
XYZ 25.71 24.13 38.42 -
YUV 136.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 142 129 164 0.13 0.21 0 0.36 262.29 0.16 0.57
Hex 8E 81 A4 D 15 0 24 106 10 39
Octal 216 201 244 15 25 0 44 406 20 71
Binary 10001110 10000001 10100100 1101 10101 0 100100 100000110 10000 111001

Color Harmonies of #8E81A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E81A4

Black with #8E81A4

Text Example


Text Example

White with #8E81A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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