Html Css Color HEX #857EBA Moody Blue

📋 copy color: '#857EBA'

red 133 ◦ green 126 ◦ blue 186

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

Shades of Moody Blue #857EBA

Tints of Moody Blue #857EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.31%

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 29.89%
G = 28.31%
B = 41.8%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#857EBA (or 0x857EBA) is known color: Moody Blue. HEX triplet: 85, 7E and BA. RGB value is (133,126,186). Sum of RGB (Red+Green+Blue) = 133+126+186=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #857EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EBA is #7A8145. Grayscale: #868686. Windows color (decimal): -8028486 or 12222085. OLE color: 12222085.

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

Color convert

RGB 133 126 186 -
CMYK 0.28 0.32 0 0.27
HSL 247º 0.3% 0.61% -
HSV(B) 247º 0.32% 0.73% -
XYZ 26 23.45 49.61 -
YUV 134.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 133 126 186 0.28 0.32 0 0.27 247 0.3 0.61
Hex 85 7E BA 1C 20 0 1B F7 1E 3D
Octal 205 176 272 34 40 0 33 367 36 75
Binary 10000101 1111110 10111010 11100 100000 0 11011 11110111 11110 111101

Color Harmonies of #857EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857EBA

Black with #857EBA

Text Example


Text Example

White with #857EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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