Html Css Color HEX #857DE0 Moody Blue

📋 copy color: '#857DE0'

red 133 ◦ green 125 ◦ blue 224

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

Shades of Moody Blue #857DE0

Tints of Moody Blue #857DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 27.59%
G = 25.93%
B = 46.47%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#857DE0 (or 0x857DE0) is known color: Moody Blue. HEX triplet: 85, 7D and E0. RGB value is (133,125,224). Sum of RGB (Red+Green+Blue) = 133+125+224=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #857DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DE0 is #7A821F. Grayscale: #8A8A8A. Windows color (decimal): -8028704 or 14712197. OLE color: 14712197.

HSL color Cylindrical-coordinate representation of color #857DE0: hue angle of 244.85º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857DE0 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 125 224 -
CMYK 0.41 0.44 0 0.12
HSL 244.85º 0.61% 0.68% -
HSV(B) 244.85º 0.44% 0.88% -
XYZ 30.46 25.04 73.75 -
YUV 138.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 133 125 224 0.41 0.44 0 0.12 244.85 0.61 0.68
Hex 85 7D E0 29 2C 0 C F5 3D 44
Octal 205 175 340 51 54 0 14 365 75 104
Binary 10000101 1111101 11100000 101001 101100 0 1100 11110101 111101 1000100

Color Harmonies of #857DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857DE0

Black with #857DE0

Text Example


Text Example

White with #857DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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