Html Css Color HEX #807EA2 Deluge

📋 copy color: '#807EA2'

red 128 ◦ green 126 ◦ blue 162

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

Shades of Deluge #807EA2

Tints of Deluge #807EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.94%

R = 30.77%
G = 30.29%
B = 38.94%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#807EA2 (or 0x807EA2) is known color: Deluge. HEX triplet: 80, 7E and A2. RGB value is (128,126,162). Sum of RGB (Red+Green+Blue) = 128+126+162=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 162 - color contains mainly: blue. Hex color #807EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807EA2 is #7F815D. Grayscale: #828282. Windows color (decimal): -8356190 or 10649216. OLE color: 10649216.

HSL color Cylindrical-coordinate representation of color #807EA2: hue angle of 243.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #807EA2 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 126 162 -
CMYK 0.21 0.22 0 0.36
HSL 243.33º 0.16% 0.56% -
HSV(B) 243.33º 0.22% 0.64% -
XYZ 22.88 22.12 37.25 -
YUV 130.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 128 126 162 0.21 0.22 0 0.36 243.33 0.16 0.56
Hex 80 7E A2 15 16 0 24 F3 10 38
Octal 200 176 242 25 26 0 44 363 20 70
Binary 10000000 1111110 10100010 10101 10110 0 100100 11110011 10000 111000

Color Harmonies of #807EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807EA2

Black with #807EA2

Text Example


Text Example

White with #807EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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