Html Css Color HEX #857DC7 Moody Blue

📋 copy color: '#857DC7'

red 133 ◦ green 125 ◦ blue 199

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

Shades of Moody Blue #857DC7

Tints of Moody Blue #857DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.54%

R = 29.1%
G = 27.35%
B = 43.54%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#857DC7 (or 0x857DC7) is known color: Moody Blue. HEX triplet: 85, 7D and C7. RGB value is (133,125,199). Sum of RGB (Red+Green+Blue) = 133+125+199=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 199 - color contains mainly: blue. Hex color #857DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DC7 is #7A8238. Grayscale: #878787. Windows color (decimal): -8028729 or 13073797. OLE color: 13073797.

HSL color Cylindrical-coordinate representation of color #857DC7: hue angle of 246.49º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #857DC7 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 125 199 -
CMYK 0.33 0.37 0 0.22
HSL 246.49º 0.4% 0.64% -
HSV(B) 246.49º 0.37% 0.78% -
XYZ 27.32 23.78 57.18 -
YUV 135.83 163.65 125.98 -
System Red Green Blue C M Y K H S L
Decimal 133 125 199 0.33 0.37 0 0.22 246.49 0.4 0.64
Hex 85 7D C7 21 25 0 16 F6 28 40
Octal 205 175 307 41 45 0 26 366 50 100
Binary 10000101 1111101 11000111 100001 100101 0 10110 11110110 101000 1000000

Color Harmonies of #857DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857DC7

Black with #857DC7

Text Example


Text Example

White with #857DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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