#857BCF

Color #857BCF Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #857BCF

Tints of Moody Blue #857BCF

Color information

#857BCF (or 0x857BCF) is unknown color: approx Moody Blue. HEX triplet: 85, 7B and CF. RGB value is (133,123,207). Sum of RGB (Red+Green+Blue) = 133+123+207=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #857BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BCF is #7A8430. Grayscale: #878787. Windows color (decimal): -8029233 or 13597573. OLE color: 13597573.

HSL color Cylindrical-coordinate representation of color #857BCF: hue angle of 247.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #857BCF is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133123207-
CMYK0.360.4100.19
HSL247.14º46.67%64.71%-
HSV(B)247.14º40.58%81.18%-
XYZ28.0223.6662.12-
YUV135.57168.31126.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.73%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 207 (81.25% from 255) = 44.71%
R=28.73%
G=26.57%
B=44.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331232070.360.4100.19247.1446.6764.71
Hex857BCF2429013f72f41
Octal205173317445102336757101
Binary10000101111101111001111100100101001010011111101111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,123,207); }

 H1.HeaderClassName
 {
   color: #857BCF;
 }
 .AnyTagClassName
 {
   color: #857BCF;
 }
</style>
background-color css

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

 a { background-color: rgb(133,123,207); }

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

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

 span { border-color: rgb(133,123,207); }

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