Html Css Color HEX #857AC5 Moody Blue

📋 copy color: '#857AC5'

red 133 ◦ green 122 ◦ blue 197

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

Shades of Moody Blue #857AC5

Tints of Moody Blue #857AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.58%

R = 29.42%
G = 26.99%
B = 43.58%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#857AC5 (or 0x857AC5) is known color: Moody Blue. HEX triplet: 85, 7A and C5. RGB value is (133,122,197). Sum of RGB (Red+Green+Blue) = 133+122+197=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #857AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857AC5 is #7A853A. Grayscale: #858585. Windows color (decimal): -8029499 or 12941957. OLE color: 12941957.

HSL color Cylindrical-coordinate representation of color #857AC5: hue angle of 248.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857AC5 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 122 197 -
CMYK 0.32 0.38 0 0.23
HSL 248.8º 0.39% 0.63% -
HSV(B) 248.8º 0.38% 0.77% -
XYZ 26.71 22.94 55.84 -
YUV 133.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 133 122 197 0.32 0.38 0 0.23 248.8 0.39 0.63
Hex 85 7A C5 20 26 0 17 F9 27 3F
Octal 205 172 305 40 46 0 27 371 47 77
Binary 10000101 1111010 11000101 100000 100110 0 10111 11111001 100111 111111

Color Harmonies of #857AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857AC5

Black with #857AC5

Text Example


Text Example

White with #857AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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