Html Css Color HEX #857ABA Moody Blue

📋 copy color: '#857ABA'

red 133 ◦ green 122 ◦ blue 186

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

Shades of Moody Blue #857ABA

Tints of Moody Blue #857ABA

RGB

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

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

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

R = 30.16%
G = 27.66%
B = 42.18%

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

#857ABA (or 0x857ABA) is known color: Moody Blue. HEX triplet: 85, 7A and BA. RGB value is (133,122,186). Sum of RGB (Red+Green+Blue) = 133+122+186=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #857ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ABA is #7A8545. Grayscale: #848484. Windows color (decimal): -8029510 or 12221061. OLE color: 12221061.

HSL color Cylindrical-coordinate representation of color #857ABA: hue angle of 250.31º degrees, saturation: 0.32, 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 #857ABA is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 122 186 -
CMYK 0.28 0.34 0 0.27
HSL 250.31º 0.32% 0.6% -
HSV(B) 250.31º 0.34% 0.73% -
XYZ 25.5 22.45 49.44 -
YUV 132.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 133 122 186 0.28 0.34 0 0.27 250.31 0.32 0.6
Hex 85 7A BA 1C 22 0 1B FA 20 3C
Octal 205 172 272 34 42 0 33 372 40 74
Binary 10000101 1111010 10111010 11100 100010 0 11011 11111010 100000 111100

Color Harmonies of #857ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857ABA

Black with #857ABA

Text Example


Text Example

White with #857ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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