Html Css Color HEX #857AB9 Moody Blue

📋 copy color: '#857AB9'

red 133 ◦ green 122 ◦ blue 185

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

Shades of Moody Blue #857AB9

Tints of Moody Blue #857AB9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.73%

 BLUE value IS 185 (72.66% from 255) = 42.05%

R = 30.23%
G = 27.73%
B = 42.05%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#857AB9 (or 0x857AB9) is known color: Moody Blue. HEX triplet: 85, 7A and B9. RGB value is (133,122,185). Sum of RGB (Red+Green+Blue) = 133+122+185=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #857AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857AB9 is #7A8546. Grayscale: #848484. Windows color (decimal): -8029511 or 12155525. OLE color: 12155525.

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

Color convert

RGB 133 122 185 -
CMYK 0.28 0.34 0 0.27
HSL 250.48º 0.31% 0.6% -
HSV(B) 250.48º 0.34% 0.73% -
XYZ 25.39 22.41 48.89 -
YUV 132.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 133 122 185 0.28 0.34 0 0.27 250.48 0.31 0.6
Hex 85 7A B9 1C 22 0 1B FA 1F 3C
Octal 205 172 271 34 42 0 33 372 37 74
Binary 10000101 1111010 10111001 11100 100010 0 11011 11111010 11111 111100

Color Harmonies of #857AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857AB9

Black with #857AB9

Text Example


Text Example

White with #857AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,122,185); }

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

background-color css

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

 a { background-color: rgb(133,122,185); }

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

border-color css

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

 span { border-color: rgb(133,122,185); }

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