Html Css Color HEX #857799 Deluge

📋 copy color: '#857799'

red 133 ◦ green 119 ◦ blue 153

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

Shades of Deluge #857799

Tints of Deluge #857799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

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

R = 32.84%
G = 29.38%
B = 37.78%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#857799 (or 0x857799) is known color: Deluge. HEX triplet: 85, 77 and 99. RGB value is (133,119,153). Sum of RGB (Red+Green+Blue) = 133+119+153=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #857799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857799 is #7A8866. Grayscale: #7E7E7E. Windows color (decimal): -8030311 or 10057605. OLE color: 10057605.

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

Color convert

RGB 133 119 153 -
CMYK 0.13 0.22 0 0.4
HSL 264.71º 0.14% 0.53% -
HSV(B) 264.71º 0.22% 0.6% -
XYZ 22.02 20.48 32.93 -
YUV 127.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 133 119 153 0.13 0.22 0 0.4 264.71 0.14 0.53
Hex 85 77 99 D 16 0 28 109 E 35
Octal 205 167 231 15 26 0 50 411 16 65
Binary 10000101 1110111 10011001 1101 10110 0 101000 100001001 1110 110101

Color Harmonies of #857799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857799

Black with #857799

Text Example


Text Example

White with #857799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857799; }

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

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

background-color css

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

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

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

border-color css

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

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

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