Html Css Color HEX #8275AB Deluge

📋 copy color: '#8275AB'

red 130 ◦ green 117 ◦ blue 171

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

Shades of Deluge #8275AB

Tints of Deluge #8275AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

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

R = 31.1%
G = 27.99%
B = 40.91%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8275AB (or 0x8275AB) is known color: Deluge. HEX triplet: 82, 75 and AB. RGB value is (130,117,171). Sum of RGB (Red+Green+Blue) = 130+117+171=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #8275AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8275AB is #7D8A54. Grayscale: #7E7E7E. Windows color (decimal): -8227413 or 11236738. OLE color: 11236738.

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

Color convert

RGB 130 117 171 -
CMYK 0.24 0.32 0 0.33
HSL 254.44º 0.24% 0.56% -
HSV(B) 254.44º 0.32% 0.67% -
XYZ 22.92 20.41 41.26 -
YUV 127.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 130 117 171 0.24 0.32 0 0.33 254.44 0.24 0.56
Hex 82 75 AB 18 20 0 21 FE 18 38
Octal 202 165 253 30 40 0 41 376 30 70
Binary 10000010 1110101 10101011 11000 100000 0 100001 11111110 11000 111000

Color Harmonies of #8275AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8275AB

Black with #8275AB

Text Example


Text Example

White with #8275AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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