Html Css Color HEX #807EA5 Deluge

📋 copy color: '#807EA5'

red 128 ◦ green 126 ◦ blue 165

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

Shades of Deluge #807EA5

Tints of Deluge #807EA5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 165 (64.84% from 255) = 39.38%

R = 30.55%
G = 30.07%
B = 39.38%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#807EA5 (or 0x807EA5) is known color: Deluge. HEX triplet: 80, 7E and A5. RGB value is (128,126,165). Sum of RGB (Red+Green+Blue) = 128+126+165=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 165 - color contains mainly: blue. Hex color #807EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807EA5 is #7F815A. Grayscale: #828282. Windows color (decimal): -8356187 or 10845824. OLE color: 10845824.

HSL color Cylindrical-coordinate representation of color #807EA5: hue angle of 243.08º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807EA5 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 126 165 -
CMYK 0.22 0.24 0 0.35
HSL 243.08º 0.18% 0.57% -
HSV(B) 243.08º 0.24% 0.65% -
XYZ 23.15 22.23 38.67 -
YUV 131.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 128 126 165 0.22 0.24 0 0.35 243.08 0.18 0.57
Hex 80 7E A5 16 18 0 23 F3 12 39
Octal 200 176 245 26 30 0 43 363 22 71
Binary 10000000 1111110 10100101 10110 11000 0 100011 11110011 10010 111001

Color Harmonies of #807EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807EA5

Black with #807EA5

Text Example


Text Example

White with #807EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,126,165); }

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

background-color css

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

 a { background-color: rgb(128,126,165); }

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

border-color css

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

 span { border-color: rgb(128,126,165); }

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