Html Css Color HEX #8075AB Deluge

📋 copy color: '#8075AB'

red 128 ◦ green 117 ◦ blue 171

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

Shades of Deluge #8075AB

Tints of Deluge #8075AB

RGB

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

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

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

R = 30.77%
G = 28.13%
B = 41.11%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8075AB (or 0x8075AB) is known color: Deluge. HEX triplet: 80, 75 and AB. RGB value is (128,117,171). Sum of RGB (Red+Green+Blue) = 128+117+171=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #8075AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8075AB is #7F8A54. Grayscale: #7E7E7E. Windows color (decimal): -8358485 or 11236736. OLE color: 11236736.

HSL color Cylindrical-coordinate representation of color #8075AB: hue angle of 252.22º 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 #8075AB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 117 171 -
CMYK 0.25 0.32 0 0.33
HSL 252.22º 0.24% 0.56% -
HSV(B) 252.22º 0.32% 0.67% -
XYZ 22.61 20.25 41.25 -
YUV 126.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 128 117 171 0.25 0.32 0 0.33 252.22 0.24 0.56
Hex 80 75 AB 19 20 0 21 FC 18 38
Octal 200 165 253 31 40 0 41 374 30 70
Binary 10000000 1110101 10101011 11001 100000 0 100001 11111100 11000 111000

Color Harmonies of #8075AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8075AB

Black with #8075AB

Text Example


Text Example

White with #8075AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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