Html Css Color HEX #806898 Deluge

📋 copy color: '#806898'

red 128 ◦ green 104 ◦ blue 152

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

Shades of Deluge #806898

Tints of Deluge #806898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

 BLUE value IS 152 (59.77% from 255) = 39.58%

R = 33.33%
G = 27.08%
B = 39.58%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#806898 (or 0x806898) is known color: Deluge. HEX triplet: 80, 68 and 98. RGB value is (128,104,152). Sum of RGB (Red+Green+Blue) = 128+104+152=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 152 - color contains mainly: blue. Hex color #806898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806898 is #7F9767. Grayscale: #747474. Windows color (decimal): -8361832 or 9988224. OLE color: 9988224.

HSL color Cylindrical-coordinate representation of color #806898: hue angle of 270º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806898 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 104 152 -
CMYK 0.16 0.32 0 0.40
HSL 270º 0.19% 0.5% -
HSV(B) 270º 0.32% 0.6% -
XYZ 19.52 16.76 31.91 -
YUV 116.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 128 104 152 0.16 0.32 0 0.40 270 0.19 0.5
Hex 80 68 98 10 20 0 28 10E 13 32
Octal 200 150 230 20 40 0 50 416 23 62
Binary 10000000 1101000 10011000 10000 100000 0 101000 100001110 10011 110010

Color Harmonies of #806898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806898

Black with #806898

Text Example


Text Example

White with #806898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806898; }

 p { color: rgb(128,104,152); }

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

background-color css

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

 a { background-color: rgb(128,104,152); }

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

border-color css

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

 span { border-color: rgb(128,104,152); }

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