Html Css Color HEX #8279A0 Deluge

📋 copy color: '#8279A0'

red 130 ◦ green 121 ◦ blue 160

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

Shades of Deluge #8279A0

Tints of Deluge #8279A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 31.63%
G = 29.44%
B = 38.93%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8279A0 (or 0x8279A0) is known color: Deluge. HEX triplet: 82, 79 and A0. RGB value is (130,121,160). Sum of RGB (Red+Green+Blue) = 130+121+160=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 160 - color contains mainly: blue. Hex color #8279A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8279A0 is #7D865F. Grayscale: #7F7F7F. Windows color (decimal): -8226400 or 10516866. OLE color: 10516866.

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

Color convert

RGB 130 121 160 -
CMYK 0.19 0.24 0 0.37
HSL 253.85º 0.17% 0.55% -
HSV(B) 253.85º 0.24% 0.63% -
XYZ 22.39 20.96 36.12 -
YUV 128.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 130 121 160 0.19 0.24 0 0.37 253.85 0.17 0.55
Hex 82 79 A0 13 18 0 25 FE 11 37
Octal 202 171 240 23 30 0 45 376 21 67
Binary 10000010 1111001 10100000 10011 11000 0 100101 11111110 10001 110111

Color Harmonies of #8279A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8279A0

Black with #8279A0

Text Example


Text Example

White with #8279A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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