Html Css Color HEX #857DCA Moody Blue

📋 copy color: '#857DCA'

red 133 ◦ green 125 ◦ blue 202

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

Shades of Moody Blue #857DCA

Tints of Moody Blue #857DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 28.91%
G = 27.17%
B = 43.91%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#857DCA (or 0x857DCA) is known color: Moody Blue. HEX triplet: 85, 7D and CA. RGB value is (133,125,202). Sum of RGB (Red+Green+Blue) = 133+125+202=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #857DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DCA is #7A8235. Grayscale: #878787. Windows color (decimal): -8028726 or 13270405. OLE color: 13270405.

HSL color Cylindrical-coordinate representation of color #857DCA: hue angle of 246.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857DCA is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 125 202 -
CMYK 0.34 0.38 0 0.21
HSL 246.23º 0.42% 0.64% -
HSV(B) 246.23º 0.38% 0.79% -
XYZ 27.67 23.92 59.04 -
YUV 136.17 165.15 125.74 -
System Red Green Blue C M Y K H S L
Decimal 133 125 202 0.34 0.38 0 0.21 246.23 0.42 0.64
Hex 85 7D CA 22 26 0 15 F6 2A 40
Octal 205 175 312 42 46 0 25 366 52 100
Binary 10000101 1111101 11001010 100010 100110 0 10101 11110110 101010 1000000

Color Harmonies of #857DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857DCA

Black with #857DCA

Text Example


Text Example

White with #857DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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