Html Css Color HEX #857E9D Deluge

📋 copy color: '#857E9D'

red 133 ◦ green 126 ◦ blue 157

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

Shades of Deluge #857E9D

Tints of Deluge #857E9D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.29%

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 31.97%
G = 30.29%
B = 37.74%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#857E9D (or 0x857E9D) is known color: Deluge. HEX triplet: 85, 7E and 9D. RGB value is (133,126,157). Sum of RGB (Red+Green+Blue) = 133+126+157=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #857E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857E9D is #7A8162. Grayscale: #838383. Windows color (decimal): -8028515 or 10321541. OLE color: 10321541.

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

Color convert

RGB 133 126 157 -
CMYK 0.15 0.20 0 0.38
HSL 253.55º 0.14% 0.55% -
HSV(B) 253.55º 0.2% 0.62% -
XYZ 23.22 22.34 34.99 -
YUV 131.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 133 126 157 0.15 0.20 0 0.38 253.55 0.14 0.55
Hex 85 7E 9D F 14 0 26 FE E 37
Octal 205 176 235 17 24 0 46 376 16 67
Binary 10000101 1111110 10011101 1111 10100 0 100110 11111110 1110 110111

Color Harmonies of #857E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E9D

Black with #857E9D

Text Example


Text Example

White with #857E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,126,157); }

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

background-color css

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

 a { background-color: rgb(133,126,157); }

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

border-color css

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

 span { border-color: rgb(133,126,157); }

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