Html Css Color HEX #805EA4 Deluge

📋 copy color: '#805EA4'

red 128 ◦ green 94 ◦ blue 164

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

Shades of Deluge #805EA4

Tints of Deluge #805EA4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

 BLUE value IS 164 (64.45% from 255) = 42.49%

R = 33.16%
G = 24.35%
B = 42.49%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#805EA4 (or 0x805EA4) is known color: Deluge. HEX triplet: 80, 5E and A4. RGB value is (128,94,164). Sum of RGB (Red+Green+Blue) = 128+94+164=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #805EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805EA4 is #7FA15B. Grayscale: #6F6F6F. Windows color (decimal): -8364380 or 10772096. OLE color: 10772096.

HSL color Cylindrical-coordinate representation of color #805EA4: hue angle of 269.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #805EA4 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 94 164 -
CMYK 0.22 0.43 0 0.36
HSL 269.14º 0.28% 0.51% -
HSV(B) 269.14º 0.43% 0.64% -
XYZ 19.61 15.27 37.04 -
YUV 112.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 128 94 164 0.22 0.43 0 0.36 269.14 0.28 0.51
Hex 80 5E A4 16 2B 0 24 10D 1C 33
Octal 200 136 244 26 53 0 44 415 34 63
Binary 10000000 1011110 10100100 10110 101011 0 100100 100001101 11100 110011

Color Harmonies of #805EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805EA4

Black with #805EA4

Text Example


Text Example

White with #805EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805EA4; }

 p { color: rgb(128,94,164); }

 H1.HeaderClassName
 {
   color: #805EA4;
 }
 .AnyTagClassName
 {
   color: #805EA4;
 }
</style>

background-color css

<style>
 a { background-color: #805EA4; }

 a { background-color: rgb(128,94,164); }

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

border-color css

<style>
 span { border-color: #805EA4; }

 span { border-color: rgb(128,94,164); }

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