Html Css Color HEX #857F95 Deluge

📋 copy color: '#857F95'

red 133 ◦ green 127 ◦ blue 149

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

Shades of Deluge #857F95

Tints of Deluge #857F95

RGB

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

 GREEN value IS 127 (50% from 255) = 31.05%

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 32.52%
G = 31.05%
B = 36.43%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#857F95 (or 0x857F95) is known color: Deluge. HEX triplet: 85, 7F and 95. RGB value is (133,127,149). Sum of RGB (Red+Green+Blue) = 133+127+149=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #857F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857F95 is #7A806A. Grayscale: #838383. Windows color (decimal): -8028267 or 9797509. OLE color: 9797509.

HSL color Cylindrical-coordinate representation of color #857F95: hue angle of 256.36º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #857F95 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 127 149 -
CMYK 0.11 0.15 0 0.42
HSL 256.36º 0.09% 0.54% -
HSV(B) 256.36º 0.15% 0.58% -
XYZ 22.69 22.34 31.55 -
YUV 131.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 133 127 149 0.11 0.15 0 0.42 256.36 0.09 0.54
Hex 85 7F 95 B F 0 2A 100 9 36
Octal 205 177 225 13 17 0 52 400 11 66
Binary 10000101 1111111 10010101 1011 1111 0 101010 100000000 1001 110110

Color Harmonies of #857F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F95

Black with #857F95

Text Example


Text Example

White with #857F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,127,149); }

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

background-color css

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

 a { background-color: rgb(133,127,149); }

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

border-color css

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

 span { border-color: rgb(133,127,149); }

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