Html Css Color HEX #857F9F Deluge

📋 copy color: '#857F9F'

red 133 ◦ green 127 ◦ blue 159

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

Shades of Deluge #857F9F

Tints of Deluge #857F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 31.74%
G = 30.31%
B = 37.95%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#857F9F (or 0x857F9F) is known color: Deluge. HEX triplet: 85, 7F and 9F. RGB value is (133,127,159). Sum of RGB (Red+Green+Blue) = 133+127+159=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #857F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857F9F is #7A8060. Grayscale: #848484. Windows color (decimal): -8028257 or 10452869. OLE color: 10452869.

HSL color Cylindrical-coordinate representation of color #857F9F: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857F9F is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 127 159 -
CMYK 0.16 0.20 0 0.38
HSL 251.25º 0.14% 0.56% -
HSV(B) 251.25º 0.2% 0.62% -
XYZ 23.52 22.67 35.94 -
YUV 132.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 133 127 159 0.16 0.20 0 0.38 251.25 0.14 0.56
Hex 85 7F 9F 10 14 0 26 FB E 38
Octal 205 177 237 20 24 0 46 373 16 70
Binary 10000101 1111111 10011111 10000 10100 0 100110 11111011 1110 111000

Color Harmonies of #857F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F9F

Black with #857F9F

Text Example


Text Example

White with #857F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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