Html Css Color HEX #8277AC Deluge

📋 copy color: '#8277AC'

red 130 ◦ green 119 ◦ blue 172

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

Shades of Deluge #8277AC

Tints of Deluge #8277AC

RGB

 RED value IS 130 (51.17% from 255) = 30.88%

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

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

R = 30.88%
G = 28.27%
B = 40.86%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8277AC (or 0x8277AC) is known color: Deluge. HEX triplet: 82, 77 and AC. RGB value is (130,119,172). Sum of RGB (Red+Green+Blue) = 130+119+172=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #8277AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8277AC is #7D8853. Grayscale: #808080. Windows color (decimal): -8226900 or 11302786. OLE color: 11302786.

HSL color Cylindrical-coordinate representation of color #8277AC: hue angle of 252.45º 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 #8277AC is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 119 172 -
CMYK 0.24 0.31 0 0.33
HSL 252.45º 0.24% 0.57% -
HSV(B) 252.45º 0.31% 0.67% -
XYZ 23.25 20.92 41.84 -
YUV 128.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 130 119 172 0.24 0.31 0 0.33 252.45 0.24 0.57
Hex 82 77 AC 18 1F 0 21 FC 18 39
Octal 202 167 254 30 37 0 41 374 30 71
Binary 10000010 1110111 10101100 11000 11111 0 100001 11111100 11000 111001

Color Harmonies of #8277AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8277AC

Black with #8277AC

Text Example


Text Example

White with #8277AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8277AC; }

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

 H1.HeaderClassName
 {
   color: #8277AC;
 }
 .AnyTagClassName
 {
   color: #8277AC;
 }
</style>

background-color css

<style>
 a { background-color: #8277AC; }

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

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

border-color css

<style>
 span { border-color: #8277AC; }

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

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