Html Css Color HEX #8075AA Deluge

📋 copy color: '#8075AA'

red 128 ◦ green 117 ◦ blue 170

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

Shades of Deluge #8075AA

Tints of Deluge #8075AA

RGB

 RED value IS 128 (50.39% from 255) = 30.84%

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 30.84%
G = 28.19%
B = 40.96%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8075AA (or 0x8075AA) is known color: Deluge. HEX triplet: 80, 75 and AA. RGB value is (128,117,170). Sum of RGB (Red+Green+Blue) = 128+117+170=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #8075AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8075AA is #7F8A55. Grayscale: #7E7E7E. Windows color (decimal): -8358486 or 11171200. OLE color: 11171200.

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

Color convert

RGB 128 117 170 -
CMYK 0.25 0.31 0 0.33
HSL 252.45º 0.24% 0.56% -
HSV(B) 252.45º 0.31% 0.67% -
XYZ 22.52 20.21 40.75 -
YUV 126.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 128 117 170 0.25 0.31 0 0.33 252.45 0.24 0.56
Hex 80 75 AA 19 1F 0 21 FC 18 38
Octal 200 165 252 31 37 0 41 374 30 70
Binary 10000000 1110101 10101010 11001 11111 0 100001 11111100 11000 111000

Color Harmonies of #8075AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8075AA

Black with #8075AA

Text Example


Text Example

White with #8075AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8075AA; }

 p { color: rgb(128,117,170); }

 H1.HeaderClassName
 {
   color: #8075AA;
 }
 .AnyTagClassName
 {
   color: #8075AA;
 }
</style>

background-color css

<style>
 a { background-color: #8075AA; }

 a { background-color: rgb(128,117,170); }

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

border-color css

<style>
 span { border-color: #8075AA; }

 span { border-color: rgb(128,117,170); }

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