#857EBB

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

Shades of Moody Blue #857EBB

Tints of Moody Blue #857EBB

Color information

#857EBB (or 0x857EBB) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and BB. RGB value is (133,126,187). Sum of RGB (Red+Green+Blue) = 133+126+187=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #857EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EBB is #7A8144. Grayscale: #868686. Windows color (decimal): -8028485 or 12287621. OLE color: 12287621.

HSL color Cylindrical-coordinate representation of color #857EBB: hue angle of 246.89º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #857EBB is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133126187-
CMYK0.290.3300.27
HSL246.89º30.96%61.37%-
HSV(B)246.89º32.62%73.33%-
XYZ26.123.550.17-
YUV135.05157.32126.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=29.82%
G=28.25%
B=41.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331261870.290.3300.27246.8930.9661.37
Hex857EBB1D2101Bf71f3d
Octal20517627335410333673775
Binary10000101111111010111011111011000010110111111011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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