Html Css Color HEX #857D9F Deluge

📋 copy color: '#857D9F'

red 133 ◦ green 125 ◦ blue 159

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

Shades of Deluge #857D9F

Tints of Deluge #857D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.98%

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

R = 31.89%
G = 29.98%
B = 38.13%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#857D9F (or 0x857D9F) is known color: Deluge. HEX triplet: 85, 7D and 9F. RGB value is (133,125,159). Sum of RGB (Red+Green+Blue) = 133+125+159=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #857D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D9F is #7A8260. Grayscale: #838383. Windows color (decimal): -8028769 or 10452357. OLE color: 10452357.

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

Color convert

RGB 133 125 159 -
CMYK 0.16 0.21 0 0.38
HSL 254.12º 0.15% 0.56% -
HSV(B) 254.12º 0.21% 0.62% -
XYZ 23.26 22.16 35.85 -
YUV 131.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 133 125 159 0.16 0.21 0 0.38 254.12 0.15 0.56
Hex 85 7D 9F 10 15 0 26 FE F 38
Octal 205 175 237 20 25 0 46 376 17 70
Binary 10000101 1111101 10011111 10000 10101 0 100110 11111110 1111 111000

Color Harmonies of #857D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D9F

Black with #857D9F

Text Example


Text Example

White with #857D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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