Html Css Color HEX #8C81AD Deluge

📋 copy color: '#8C81AD'

red 140 ◦ green 129 ◦ blue 173

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

Shades of Deluge #8C81AD

Tints of Deluge #8C81AD

RGB

 RED value IS 140 (55.08% from 255) = 31.67%

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

 BLUE value IS 173 (67.97% from 255) = 39.14%

R = 31.67%
G = 29.19%
B = 39.14%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C81AD (or 0x8C81AD) is known color: Deluge. HEX triplet: 8C, 81 and AD. RGB value is (140,129,173). Sum of RGB (Red+Green+Blue) = 140+129+173=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C81AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C81AD is #737E52. Grayscale: #898989. Windows color (decimal): -7568979 or 11370892. OLE color: 11370892.

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

Color convert

RGB 140 129 173 -
CMYK 0.19 0.25 0 0.32
HSL 255º 0.21% 0.59% -
HSV(B) 255º 0.25% 0.68% -
XYZ 26.21 24.29 42.84 -
YUV 137.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 140 129 173 0.19 0.25 0 0.32 255 0.21 0.59
Hex 8C 81 AD 13 19 0 20 FF 15 3B
Octal 214 201 255 23 31 0 40 377 25 73
Binary 10001100 10000001 10101101 10011 11001 0 100000 11111111 10101 111011

Color Harmonies of #8C81AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C81AD

Black with #8C81AD

Text Example


Text Example

White with #8C81AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,129,173); }

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

background-color css

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

 a { background-color: rgb(140,129,173); }

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

border-color css

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

 span { border-color: rgb(140,129,173); }

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