Html Css Color HEX #8279A1 Deluge

📋 copy color: '#8279A1'

red 130 ◦ green 121 ◦ blue 161

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

Shades of Deluge #8279A1

Tints of Deluge #8279A1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

 BLUE value IS 161 (63.28% from 255) = 39.08%

R = 31.55%
G = 29.37%
B = 39.08%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8279A1 (or 0x8279A1) is known color: Deluge. HEX triplet: 82, 79 and A1. RGB value is (130,121,161). Sum of RGB (Red+Green+Blue) = 130+121+161=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 161 - color contains mainly: blue. Hex color #8279A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8279A1 is #7D865E. Grayscale: #808080. Windows color (decimal): -8226399 or 10582402. OLE color: 10582402.

HSL color Cylindrical-coordinate representation of color #8279A1: hue angle of 253.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8279A1 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 121 161 -
CMYK 0.19 0.25 0 0.37
HSL 253.5º 0.18% 0.55% -
HSV(B) 253.5º 0.25% 0.63% -
XYZ 22.48 20.99 36.59 -
YUV 128.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 130 121 161 0.19 0.25 0 0.37 253.5 0.18 0.55
Hex 82 79 A1 13 19 0 25 FE 12 37
Octal 202 171 241 23 31 0 45 376 22 67
Binary 10000010 1111001 10100001 10011 11001 0 100101 11111110 10010 110111

Color Harmonies of #8279A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8279A1

Black with #8279A1

Text Example


Text Example

White with #8279A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8279A1; }

 p { color: rgb(130,121,161); }

 H1.HeaderClassName
 {
   color: #8279A1;
 }
 .AnyTagClassName
 {
   color: #8279A1;
 }
</style>

background-color css

<style>
 a { background-color: #8279A1; }

 a { background-color: rgb(130,121,161); }

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

border-color css

<style>
 span { border-color: #8279A1; }

 span { border-color: rgb(130,121,161); }

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