Html Css Color HEX #8277A7 Deluge

📋 copy color: '#8277A7'

red 130 ◦ green 119 ◦ blue 167

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

Shades of Deluge #8277A7

Tints of Deluge #8277A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.14%

R = 31.25%
G = 28.61%
B = 40.14%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8277A7 (or 0x8277A7) is known color: Deluge. HEX triplet: 82, 77 and A7. RGB value is (130,119,167). Sum of RGB (Red+Green+Blue) = 130+119+167=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 167 - color contains mainly: blue. Hex color #8277A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8277A7 is #7D8858. Grayscale: #7F7F7F. Windows color (decimal): -8226905 or 10975106. OLE color: 10975106.

HSL color Cylindrical-coordinate representation of color #8277A7: hue angle of 253.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8277A7 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 119 167 -
CMYK 0.22 0.29 0 0.35
HSL 253.75º 0.21% 0.56% -
HSV(B) 253.75º 0.29% 0.65% -
XYZ 22.78 20.73 39.36 -
YUV 127.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 130 119 167 0.22 0.29 0 0.35 253.75 0.21 0.56
Hex 82 77 A7 16 1D 0 23 FE 15 38
Octal 202 167 247 26 35 0 43 376 25 70
Binary 10000010 1110111 10100111 10110 11101 0 100011 11111110 10101 111000

Color Harmonies of #8277A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8277A7

Black with #8277A7

Text Example


Text Example

White with #8277A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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