Html Css Color HEX #857699 Deluge

📋 copy color: '#857699'

red 133 ◦ green 118 ◦ blue 153

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

Shades of Deluge #857699

Tints of Deluge #857699

RGB

 RED value IS 133 (52.34% from 255) = 32.92%

 GREEN value IS 118 (46.48% from 255) = 29.21%

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 32.92%
G = 29.21%
B = 37.87%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#857699 (or 0x857699) is known color: Deluge. HEX triplet: 85, 76 and 99. RGB value is (133,118,153). Sum of RGB (Red+Green+Blue) = 133+118+153=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #857699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857699 is #7A8966. Grayscale: #7E7E7E. Windows color (decimal): -8030567 or 10057349. OLE color: 10057349.

HSL color Cylindrical-coordinate representation of color #857699: hue angle of 265.71º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #857699 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 118 153 -
CMYK 0.13 0.23 0 0.4
HSL 265.71º 0.15% 0.53% -
HSV(B) 265.71º 0.23% 0.6% -
XYZ 21.9 20.24 32.89 -
YUV 126.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 133 118 153 0.13 0.23 0 0.4 265.71 0.15 0.53
Hex 85 76 99 D 17 0 28 10A F 35
Octal 205 166 231 15 27 0 50 412 17 65
Binary 10000101 1110110 10011001 1101 10111 0 101000 100001010 1111 110101

Color Harmonies of #857699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857699

Black with #857699

Text Example


Text Example

White with #857699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857699; }

 p { color: rgb(133,118,153); }

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

background-color css

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

 a { background-color: rgb(133,118,153); }

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

border-color css

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

 span { border-color: rgb(133,118,153); }

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