Html Css Color HEX #807DAC Deluge

📋 copy color: '#807DAC'

red 128 ◦ green 125 ◦ blue 172

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

Shades of Deluge #807DAC

Tints of Deluge #807DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.41%

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

R = 30.12%
G = 29.41%
B = 40.47%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#807DAC (or 0x807DAC) is known color: Deluge. HEX triplet: 80, 7D and AC. RGB value is (128,125,172). Sum of RGB (Red+Green+Blue) = 128+125+172=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #807DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807DAC is #7F8253. Grayscale: #838383. Windows color (decimal): -8356436 or 11304320. OLE color: 11304320.

HSL color Cylindrical-coordinate representation of color #807DAC: hue angle of 243.83º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #807DAC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 125 172 -
CMYK 0.26 0.27 0 0.33
HSL 243.83º 0.22% 0.58% -
HSV(B) 243.83º 0.27% 0.67% -
XYZ 23.68 22.23 42.07 -
YUV 131.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 128 125 172 0.26 0.27 0 0.33 243.83 0.22 0.58
Hex 80 7D AC 1A 1B 0 21 F4 16 3A
Octal 200 175 254 32 33 0 41 364 26 72
Binary 10000000 1111101 10101100 11010 11011 0 100001 11110100 10110 111010

Color Harmonies of #807DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DAC

Black with #807DAC

Text Example


Text Example

White with #807DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807DAC; }

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

 H1.HeaderClassName
 {
   color: #807DAC;
 }
 .AnyTagClassName
 {
   color: #807DAC;
 }
</style>

background-color css

<style>
 a { background-color: #807DAC; }

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

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

border-color css

<style>
 span { border-color: #807DAC; }

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

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