Html Css Color HEX #807EAA Deluge

📋 copy color: '#807EAA'

red 128 ◦ green 126 ◦ blue 170

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

Shades of Deluge #807EAA

Tints of Deluge #807EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 30.19%
G = 29.72%
B = 40.09%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#807EAA (or 0x807EAA) is known color: Deluge. HEX triplet: 80, 7E and AA. RGB value is (128,126,170). Sum of RGB (Red+Green+Blue) = 128+126+170=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #807EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807EAA is #7F8155. Grayscale: #838383. Windows color (decimal): -8356182 or 11173504. OLE color: 11173504.

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

Color convert

RGB 128 126 170 -
CMYK 0.25 0.26 0 0.33
HSL 242.73º 0.21% 0.58% -
HSV(B) 242.73º 0.26% 0.67% -
XYZ 23.62 22.41 41.11 -
YUV 131.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 128 126 170 0.25 0.26 0 0.33 242.73 0.21 0.58
Hex 80 7E AA 19 1A 0 21 F3 15 3A
Octal 200 176 252 31 32 0 41 363 25 72
Binary 10000000 1111110 10101010 11001 11010 0 100001 11110011 10101 111010

Color Harmonies of #807EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807EAA

Black with #807EAA

Text Example


Text Example

White with #807EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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