Html Css Color HEX #8B819C Deluge

📋 copy color: '#8B819C'

red 139 ◦ green 129 ◦ blue 156

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

Shades of Deluge #8B819C

Tints of Deluge #8B819C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 32.78%
G = 30.42%
B = 36.79%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8B819C (or 0x8B819C) is known color: Deluge. HEX triplet: 8B, 81 and 9C. RGB value is (139,129,156). Sum of RGB (Red+Green+Blue) = 139+129+156=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B819C is #747E63. Grayscale: #868686. Windows color (decimal): -7634532 or 10256779. OLE color: 10256779.

HSL color Cylindrical-coordinate representation of color #8B819C: hue angle of 262.22º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B819C is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 139 129 156 -
CMYK 0.11 0.17 0 0.39
HSL 262.22º 0.12% 0.56% -
HSV(B) 262.22º 0.17% 0.61% -
XYZ 24.5 23.59 34.71 -
YUV 135.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 139 129 156 0.11 0.17 0 0.39 262.22 0.12 0.56
Hex 8B 81 9C B 11 0 27 106 C 38
Octal 213 201 234 13 21 0 47 406 14 70
Binary 10001011 10000001 10011100 1011 10001 0 100111 100000110 1100 111000

Color Harmonies of #8B819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B819C

Black with #8B819C

Text Example


Text Example

White with #8B819C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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