Html Css Color HEX #8075AC Deluge

📋 copy color: '#8075AC'

red 128 ◦ green 117 ◦ blue 172

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

Shades of Deluge #8075AC

Tints of Deluge #8075AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 30.7%
G = 28.06%
B = 41.25%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8075AC (or 0x8075AC) is known color: Deluge. HEX triplet: 80, 75 and AC. RGB value is (128,117,172). Sum of RGB (Red+Green+Blue) = 128+117+172=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #8075AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8075AC is #7F8A53. Grayscale: #7E7E7E. Windows color (decimal): -8358484 or 11302272. OLE color: 11302272.

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

Color convert

RGB 128 117 172 -
CMYK 0.26 0.32 0 0.33
HSL 252º 0.25% 0.57% -
HSV(B) 252º 0.32% 0.67% -
XYZ 22.71 20.29 41.75 -
YUV 126.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 128 117 172 0.26 0.32 0 0.33 252 0.25 0.57
Hex 80 75 AC 1A 20 0 21 FC 19 39
Octal 200 165 254 32 40 0 41 374 31 71
Binary 10000000 1110101 10101100 11010 100000 0 100001 11111100 11001 111001

Color Harmonies of #8075AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8075AC

Black with #8075AC

Text Example


Text Example

White with #8075AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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