Html Css Color HEX #8B81AB Deluge

📋 copy color: '#8B81AB'

red 139 ◦ green 129 ◦ blue 171

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

Shades of Deluge #8B81AB

Tints of Deluge #8B81AB

RGB

 RED value IS 139 (54.69% from 255) = 31.66%

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

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 31.66%
G = 29.38%
B = 38.95%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B81AB (or 0x8B81AB) is known color: Deluge. HEX triplet: 8B, 81 and AB. RGB value is (139,129,171). Sum of RGB (Red+Green+Blue) = 139+129+171=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B81AB is #747E54. Grayscale: #888888. Windows color (decimal): -7634517 or 11239819. OLE color: 11239819.

HSL color Cylindrical-coordinate representation of color #8B81AB: hue angle of 254.29º degrees, saturation: 0.2, 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 #8B81AB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 129 171 -
CMYK 0.19 0.25 0 0.33
HSL 254.29º 0.2% 0.59% -
HSV(B) 254.29º 0.25% 0.67% -
XYZ 25.85 24.13 41.82 -
YUV 136.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 139 129 171 0.19 0.25 0 0.33 254.29 0.2 0.59
Hex 8B 81 AB 13 19 0 21 FE 14 3B
Octal 213 201 253 23 31 0 41 376 24 73
Binary 10001011 10000001 10101011 10011 11001 0 100001 11111110 10100 111011

Color Harmonies of #8B81AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B81AB

Black with #8B81AB

Text Example


Text Example

White with #8B81AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,129,171); }

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

background-color css

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

 a { background-color: rgb(139,129,171); }

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

border-color css

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

 span { border-color: rgb(139,129,171); }

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