Html Css Color HEX #857C96 Deluge

📋 copy color: '#857C96'

red 133 ◦ green 124 ◦ blue 150

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

Shades of Deluge #857C96

Tints of Deluge #857C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.47%

 BLUE value IS 150 (58.98% from 255) = 36.86%

R = 32.68%
G = 30.47%
B = 36.86%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#857C96 (or 0x857C96) is known color: Deluge. HEX triplet: 85, 7C and 96. RGB value is (133,124,150). Sum of RGB (Red+Green+Blue) = 133+124+150=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #857C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C96 is #7A8369. Grayscale: #818181. Windows color (decimal): -8029034 or 9862277. OLE color: 9862277.

HSL color Cylindrical-coordinate representation of color #857C96: hue angle of 260.77º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #857C96 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 124 150 -
CMYK 0.11 0.17 0 0.41
HSL 260.77º 0.11% 0.54% -
HSV(B) 260.77º 0.17% 0.59% -
XYZ 22.39 21.6 31.84 -
YUV 129.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 133 124 150 0.11 0.17 0 0.41 260.77 0.11 0.54
Hex 85 7C 96 B 11 0 29 105 B 36
Octal 205 174 226 13 21 0 51 405 13 66
Binary 10000101 1111100 10010110 1011 10001 0 101001 100000101 1011 110110

Color Harmonies of #857C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C96

Black with #857C96

Text Example


Text Example

White with #857C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857C96; }

 p { color: rgb(133,124,150); }

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

background-color css

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

 a { background-color: rgb(133,124,150); }

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

border-color css

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

 span { border-color: rgb(133,124,150); }

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