#857dbe

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

Shades of Moody Blue #857DBE

Tints of Moody Blue #857DBE

Color information

#857DBE (or 0x857DBE) is unknown color: approx Moody Blue. HEX triplet: 85, 7D and BE. RGB value is (133,125,190). Sum of RGB (Red+Green+Blue) = 133+125+190=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #857DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DBE is #7A8241. Grayscale: #868686. Windows color (decimal): -8028738 or 12483973. OLE color: 12483973.

HSL color Cylindrical-coordinate representation of color #857DBE: hue angle of 247.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #857DBE is Cyan = 0.3, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133125190-
CMYK0.30.3400.25
HSL247.38º33.33%61.76%-
HSV(B)247.38º34.21%74.51%-
XYZ26.323.3751.84-
YUV134.8159.15126.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=29.69%
G=27.90%
B=42.41%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331251900.30.3400.25247.3833.3361.76
Hex857DBE1E22019f7213e
Octal20517527636420313674176
Binary100001011111101101111101111010001001100111110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857dbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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