Html Css Color HEX #807DAB Deluge

📋 copy color: '#807DAB'

red 128 ◦ green 125 ◦ blue 171

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

Shades of Deluge #807DAB

Tints of Deluge #807DAB

RGB

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

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

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

R = 30.19%
G = 29.48%
B = 40.33%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#807DAB (or 0x807DAB) is known color: Deluge. HEX triplet: 80, 7D and AB. RGB value is (128,125,171). Sum of RGB (Red+Green+Blue) = 128+125+171=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #807DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807DAB is #7F8254. Grayscale: #828282. Windows color (decimal): -8356437 or 11238784. OLE color: 11238784.

HSL color Cylindrical-coordinate representation of color #807DAB: hue angle of 243.91º degrees, saturation: 0.21, 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 #807DAB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 125 171 -
CMYK 0.25 0.27 0 0.33
HSL 243.91º 0.21% 0.58% -
HSV(B) 243.91º 0.27% 0.67% -
XYZ 23.59 22.2 41.57 -
YUV 131.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 128 125 171 0.25 0.27 0 0.33 243.91 0.21 0.58
Hex 80 7D AB 19 1B 0 21 F4 15 3A
Octal 200 175 253 31 33 0 41 364 25 72
Binary 10000000 1111101 10101011 11001 11011 0 100001 11110100 10101 111010

Color Harmonies of #807DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DAB

Black with #807DAB

Text Example


Text Example

White with #807DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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