Html Css Color HEX #857FC0 Moody Blue

📋 copy color: '#857FC0'

red 133 ◦ green 127 ◦ blue 192

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

Shades of Moody Blue #857FC0

Tints of Moody Blue #857FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

 BLUE value IS 192 (75.39% from 255) = 42.48%

R = 29.42%
G = 28.1%
B = 42.48%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#857FC0 (or 0x857FC0) is known color: Moody Blue. HEX triplet: 85, 7F and C0. RGB value is (133,127,192). Sum of RGB (Red+Green+Blue) = 133+127+192=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #857FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FC0 is #7A803F. Grayscale: #878787. Windows color (decimal): -8028224 or 12615557. OLE color: 12615557.

HSL color Cylindrical-coordinate representation of color #857FC0: hue angle of 245.54º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #857FC0 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 127 192 -
CMYK 0.31 0.34 0 0.25
HSL 245.54º 0.34% 0.63% -
HSV(B) 245.54º 0.34% 0.75% -
XYZ 26.78 23.97 53.08 -
YUV 136.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 133 127 192 0.31 0.34 0 0.25 245.54 0.34 0.63
Hex 85 7F C0 1F 22 0 19 F6 22 3F
Octal 205 177 300 37 42 0 31 366 42 77
Binary 10000101 1111111 11000000 11111 100010 0 11001 11110110 100010 111111

Color Harmonies of #857FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857FC0

Black with #857FC0

Text Example


Text Example

White with #857FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,127,192); }

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

background-color css

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

 a { background-color: rgb(133,127,192); }

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

border-color css

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

 span { border-color: rgb(133,127,192); }

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