Html Css Color HEX #857CA0 Deluge

📋 copy color: '#857CA0'

red 133 ◦ green 124 ◦ blue 160

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

Shades of Deluge #857CA0

Tints of Deluge #857CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 31.89%
G = 29.74%
B = 38.37%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#857CA0 (or 0x857CA0) is known color: Deluge. HEX triplet: 85, 7C and A0. RGB value is (133,124,160). Sum of RGB (Red+Green+Blue) = 133+124+160=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 160 - color contains mainly: blue. Hex color #857CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857CA0 is #7A835F. Grayscale: #828282. Windows color (decimal): -8029024 or 10517637. OLE color: 10517637.

HSL color Cylindrical-coordinate representation of color #857CA0: hue angle of 255º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #857CA0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 124 160 -
CMYK 0.17 0.22 0 0.37
HSL 255º 0.16% 0.56% -
HSV(B) 255º 0.23% 0.63% -
XYZ 23.23 21.94 36.27 -
YUV 130.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 133 124 160 0.17 0.22 0 0.37 255 0.16 0.56
Hex 85 7C A0 11 16 0 25 FF 10 38
Octal 205 174 240 21 26 0 45 377 20 70
Binary 10000101 1111100 10100000 10001 10110 0 100101 11111111 10000 111000

Color Harmonies of #857CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857CA0

Black with #857CA0

Text Example


Text Example

White with #857CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,160); }

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

background-color css

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

 a { background-color: rgb(133,124,160); }

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

border-color css

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

 span { border-color: rgb(133,124,160); }

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