Html Css Color HEX #806F9B Deluge

📋 copy color: '#806F9B'

red 128 ◦ green 111 ◦ blue 155

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

Shades of Deluge #806F9B

Tints of Deluge #806F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

 BLUE value IS 155 (60.94% from 255) = 39.34%

R = 32.49%
G = 28.17%
B = 39.34%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#806F9B (or 0x806F9B) is known color: Deluge. HEX triplet: 80, 6F and 9B. RGB value is (128,111,155). Sum of RGB (Red+Green+Blue) = 128+111+155=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #806F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806F9B is #7F9064. Grayscale: #787878. Windows color (decimal): -8360037 or 10186624. OLE color: 10186624.

HSL color Cylindrical-coordinate representation of color #806F9B: hue angle of 263.18º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #806F9B is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 111 155 -
CMYK 0.17 0.28 0 0.39
HSL 263.18º 0.18% 0.52% -
HSV(B) 263.18º 0.28% 0.61% -
XYZ 20.5 18.32 33.47 -
YUV 121.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 128 111 155 0.17 0.28 0 0.39 263.18 0.18 0.52
Hex 80 6F 9B 11 1C 0 27 107 12 34
Octal 200 157 233 21 34 0 47 407 22 64
Binary 10000000 1101111 10011011 10001 11100 0 100111 100000111 10010 110100

Color Harmonies of #806F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806F9B

Black with #806F9B

Text Example


Text Example

White with #806F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806F9B; }

 p { color: rgb(128,111,155); }

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

background-color css

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

 a { background-color: rgb(128,111,155); }

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

border-color css

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

 span { border-color: rgb(128,111,155); }

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