Html Css Color HEX #857399 Deluge

📋 copy color: '#857399'

red 133 ◦ green 115 ◦ blue 153

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

Shades of Deluge #857399

Tints of Deluge #857399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

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

R = 33.17%
G = 28.68%
B = 38.15%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#857399 (or 0x857399) is known color: Deluge. HEX triplet: 85, 73 and 99. RGB value is (133,115,153). Sum of RGB (Red+Green+Blue) = 133+115+153=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #857399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857399 is #7A8C66. Grayscale: #7C7C7C. Windows color (decimal): -8031335 or 10056581. OLE color: 10056581.

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

Color convert

RGB 133 115 153 -
CMYK 0.13 0.25 0 0.4
HSL 268.42º 0.16% 0.53% -
HSV(B) 268.42º 0.25% 0.6% -
XYZ 21.55 19.55 32.77 -
YUV 124.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 133 115 153 0.13 0.25 0 0.4 268.42 0.16 0.53
Hex 85 73 99 D 19 0 28 10C 10 35
Octal 205 163 231 15 31 0 50 414 20 65
Binary 10000101 1110011 10011001 1101 11001 0 101000 100001100 10000 110101

Color Harmonies of #857399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857399

Black with #857399

Text Example


Text Example

White with #857399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857399; }

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

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

background-color css

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

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

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

border-color css

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

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

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