Html Css Color HEX #8B77AC Deluge

📋 copy color: '#8B77AC'

red 139 ◦ green 119 ◦ blue 172

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

Shades of Deluge #8B77AC

Tints of Deluge #8B77AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.67%

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

R = 32.33%
G = 27.67%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B77AC (or 0x8B77AC) is known color: Deluge. HEX triplet: 8B, 77 and AC. RGB value is (139,119,172). Sum of RGB (Red+Green+Blue) = 139+119+172=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B77AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B77AC is #748853. Grayscale: #828282. Windows color (decimal): -7637076 or 11302795. OLE color: 11302795.

HSL color Cylindrical-coordinate representation of color #8B77AC: hue angle of 262.64º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B77AC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 119 172 -
CMYK 0.19 0.31 0 0.33
HSL 262.64º 0.24% 0.57% -
HSV(B) 262.64º 0.31% 0.67% -
XYZ 24.69 21.66 41.91 -
YUV 131.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 139 119 172 0.19 0.31 0 0.33 262.64 0.24 0.57
Hex 8B 77 AC 13 1F 0 21 107 18 39
Octal 213 167 254 23 37 0 41 407 30 71
Binary 10001011 1110111 10101100 10011 11111 0 100001 100000111 11000 111001

Color Harmonies of #8B77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B77AC

Black with #8B77AC

Text Example


Text Example

White with #8B77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,119,172); }

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

background-color css

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

 a { background-color: rgb(139,119,172); }

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

border-color css

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

 span { border-color: rgb(139,119,172); }

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