Html Css Color HEX #857BBB Moody Blue

📋 copy color: '#857BBB'

red 133 ◦ green 123 ◦ blue 187

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

Shades of Moody Blue #857BBB

Tints of Moody Blue #857BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.77%

 BLUE value IS 187 (73.44% from 255) = 42.21%

R = 30.02%
G = 27.77%
B = 42.21%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#857BBB (or 0x857BBB) is known color: Moody Blue. HEX triplet: 85, 7B and BB. RGB value is (133,123,187). Sum of RGB (Red+Green+Blue) = 133+123+187=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #857BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BBB is #7A8444. Grayscale: #858585. Windows color (decimal): -8029253 or 12286853. OLE color: 12286853.

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

Color convert

RGB 133 123 187 -
CMYK 0.29 0.34 0 0.27
HSL 249.38º 0.32% 0.61% -
HSV(B) 249.38º 0.34% 0.73% -
XYZ 25.73 22.74 50.05 -
YUV 133.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 133 123 187 0.29 0.34 0 0.27 249.38 0.32 0.61
Hex 85 7B BB 1D 22 0 1B F9 20 3D
Octal 205 173 273 35 42 0 33 371 40 75
Binary 10000101 1111011 10111011 11101 100010 0 11011 11111001 100000 111101

Color Harmonies of #857BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857BBB

Black with #857BBB

Text Example


Text Example

White with #857BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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