Html Css Color HEX #8279AB Deluge

📋 copy color: '#8279AB'

red 130 ◦ green 121 ◦ blue 171

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

Shades of Deluge #8279AB

Tints of Deluge #8279AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 30.81%
G = 28.67%
B = 40.52%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8279AB (or 0x8279AB) is known color: Deluge. HEX triplet: 82, 79 and AB. RGB value is (130,121,171). Sum of RGB (Red+Green+Blue) = 130+121+171=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #8279AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8279AB is #7D8654. Grayscale: #818181. Windows color (decimal): -8226389 or 11237762. OLE color: 11237762.

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

Color convert

RGB 130 121 171 -
CMYK 0.24 0.29 0 0.33
HSL 250.8º 0.23% 0.57% -
HSV(B) 250.8º 0.29% 0.67% -
XYZ 23.39 21.36 41.42 -
YUV 129.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 130 121 171 0.24 0.29 0 0.33 250.8 0.23 0.57
Hex 82 79 AB 18 1D 0 21 FB 17 39
Octal 202 171 253 30 35 0 41 373 27 71
Binary 10000010 1111001 10101011 11000 11101 0 100001 11111011 10111 111001

Color Harmonies of #8279AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8279AB

Black with #8279AB

Text Example


Text Example

White with #8279AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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