Html Css Color HEX #857F9E Deluge

📋 copy color: '#857F9E'

red 133 ◦ green 127 ◦ blue 158

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

Shades of Deluge #857F9E

Tints of Deluge #857F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 31.82%
G = 30.38%
B = 37.8%

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

#857F9E (or 0x857F9E) is known color: Deluge. HEX triplet: 85, 7F and 9E. RGB value is (133,127,158). Sum of RGB (Red+Green+Blue) = 133+127+158=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #857F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857F9E is #7A8061. Grayscale: #848484. Windows color (decimal): -8028258 or 10387333. OLE color: 10387333.

HSL color Cylindrical-coordinate representation of color #857F9E: hue angle of 251.61º 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 #857F9E is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 127 158 -
CMYK 0.16 0.20 0 0.38
HSL 251.61º 0.14% 0.56% -
HSV(B) 251.61º 0.2% 0.62% -
XYZ 23.43 22.63 35.48 -
YUV 132.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 133 127 158 0.16 0.20 0 0.38 251.61 0.14 0.56
Hex 85 7F 9E 10 14 0 26 FC E 38
Octal 205 177 236 20 24 0 46 374 16 70
Binary 10000101 1111111 10011110 10000 10100 0 100110 11111100 1110 111000

Color Harmonies of #857F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F9E

Black with #857F9E

Text Example


Text Example

White with #857F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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