Html Css Color HEX #857C9B Deluge

📋 copy color: '#857C9B'

red 133 ◦ green 124 ◦ blue 155

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

Shades of Deluge #857C9B

Tints of Deluge #857C9B

RGB

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

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

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

R = 32.28%
G = 30.1%
B = 37.62%

CMYK

 C value IS 0.14

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#857C9B (or 0x857C9B) is known color: Deluge. HEX triplet: 85, 7C and 9B. RGB value is (133,124,155). Sum of RGB (Red+Green+Blue) = 133+124+155=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #857C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C9B is #7A8364. Grayscale: #828282. Windows color (decimal): -8029029 or 10189957. OLE color: 10189957.

HSL color Cylindrical-coordinate representation of color #857C9B: hue angle of 257.42º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857C9B is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 124 155 -
CMYK 0.14 0.2 0 0.39
HSL 257.42º 0.13% 0.55% -
HSV(B) 257.42º 0.2% 0.61% -
XYZ 22.8 21.77 34.01 -
YUV 130.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 133 124 155 0.14 0.2 0 0.39 257.42 0.13 0.55
Hex 85 7C 9B E 14 0 27 101 D 37
Octal 205 174 233 16 24 0 47 401 15 67
Binary 10000101 1111100 10011011 1110 10100 0 100111 100000001 1101 110111

Color Harmonies of #857C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C9B

Black with #857C9B

Text Example


Text Example

White with #857C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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