Html Css Color HEX #857DDD Moody Blue

📋 copy color: '#857DDD'

red 133 ◦ green 125 ◦ blue 221

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

Shades of Moody Blue #857DDD

Tints of Moody Blue #857DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 27.77%
G = 26.1%
B = 46.14%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#857DDD (or 0x857DDD) is known color: Moody Blue. HEX triplet: 85, 7D and DD. RGB value is (133,125,221). Sum of RGB (Red+Green+Blue) = 133+125+221=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #857DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DDD is #7A8222. Grayscale: #898989. Windows color (decimal): -8028707 or 14515589. OLE color: 14515589.

HSL color Cylindrical-coordinate representation of color #857DDD: hue angle of 245º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #857DDD is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 125 221 -
CMYK 0.40 0.43 0 0.13
HSL 245º 0.59% 0.68% -
HSV(B) 245º 0.43% 0.87% -
XYZ 30.06 24.87 71.62 -
YUV 138.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 133 125 221 0.40 0.43 0 0.13 245 0.59 0.68
Hex 85 7D DD 28 2B 0 D F5 3B 44
Octal 205 175 335 50 53 0 15 365 73 104
Binary 10000101 1111101 11011101 101000 101011 0 1101 11110101 111011 1000100

Color Harmonies of #857DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857DDD

Black with #857DDD

Text Example


Text Example

White with #857DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,125,221); }

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

background-color css

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

 a { background-color: rgb(133,125,221); }

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

border-color css

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

 span { border-color: rgb(133,125,221); }

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