Html Css Color HEX #8275A5 Deluge

📋 copy color: '#8275A5'

red 130 ◦ green 117 ◦ blue 165

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

Shades of Deluge #8275A5

Tints of Deluge #8275A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.05%

R = 31.55%
G = 28.4%
B = 40.05%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8275A5 (or 0x8275A5) is known color: Deluge. HEX triplet: 82, 75 and A5. RGB value is (130,117,165). Sum of RGB (Red+Green+Blue) = 130+117+165=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 165 - color contains mainly: blue. Hex color #8275A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8275A5 is #7D8A5A. Grayscale: #7E7E7E. Windows color (decimal): -8227419 or 10843522. OLE color: 10843522.

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

Color convert

RGB 130 117 165 -
CMYK 0.21 0.29 0 0.35
HSL 256.25º 0.21% 0.55% -
HSV(B) 256.25º 0.29% 0.65% -
XYZ 22.36 20.19 38.31 -
YUV 126.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 130 117 165 0.21 0.29 0 0.35 256.25 0.21 0.55
Hex 82 75 A5 15 1D 0 23 100 15 37
Octal 202 165 245 25 35 0 43 400 25 67
Binary 10000010 1110101 10100101 10101 11101 0 100011 100000000 10101 110111

Color Harmonies of #8275A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8275A5

Black with #8275A5

Text Example


Text Example

White with #8275A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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