Html Css Color HEX #857CAF Deluge

📋 copy color: '#857CAF'

red 133 ◦ green 124 ◦ blue 175

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

Shades of Deluge #857CAF

Tints of Deluge #857CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 30.79%
G = 28.7%
B = 40.51%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#857CAF (or 0x857CAF) is known color: Deluge. HEX triplet: 85, 7C and AF. RGB value is (133,124,175). Sum of RGB (Red+Green+Blue) = 133+124+175=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #857CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857CAF is #7A8350. Grayscale: #848484. Windows color (decimal): -8029009 or 11500677. OLE color: 11500677.

HSL color Cylindrical-coordinate representation of color #857CAF: hue angle of 250.59º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857CAF is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 124 175 -
CMYK 0.24 0.29 0 0.31
HSL 250.59º 0.24% 0.59% -
HSV(B) 250.59º 0.29% 0.69% -
XYZ 24.62 22.5 43.6 -
YUV 132.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 133 124 175 0.24 0.29 0 0.31 250.59 0.24 0.59
Hex 85 7C AF 18 1D 0 1F FB 18 3B
Octal 205 174 257 30 35 0 37 373 30 73
Binary 10000101 1111100 10101111 11000 11101 0 11111 11111011 11000 111011

Color Harmonies of #857CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857CAF

Black with #857CAF

Text Example


Text Example

White with #857CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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