Html Css Color HEX #857AB7 Moody Blue

📋 copy color: '#857AB7'

red 133 ◦ green 122 ◦ blue 183

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

Shades of Moody Blue #857AB7

Tints of Moody Blue #857AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.78%

R = 30.37%
G = 27.85%
B = 41.78%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#857AB7 (or 0x857AB7) is known color: Moody Blue. HEX triplet: 85, 7A and B7. RGB value is (133,122,183). Sum of RGB (Red+Green+Blue) = 133+122+183=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #857AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857AB7 is #7A8548. Grayscale: #848484. Windows color (decimal): -8029513 or 12024453. OLE color: 12024453.

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

Color convert

RGB 133 122 183 -
CMYK 0.27 0.33 0 0.28
HSL 250.82º 0.3% 0.6% -
HSV(B) 250.82º 0.33% 0.72% -
XYZ 25.18 22.32 47.78 -
YUV 132.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 133 122 183 0.27 0.33 0 0.28 250.82 0.3 0.6
Hex 85 7A B7 1B 21 0 1C FB 1E 3C
Octal 205 172 267 33 41 0 34 373 36 74
Binary 10000101 1111010 10110111 11011 100001 0 11100 11111011 11110 111100

Color Harmonies of #857AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857AB7

Black with #857AB7

Text Example


Text Example

White with #857AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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