Html Css Color HEX #857CEB Medium Slate Blue

📋 copy color: '#857CEB'

red 133 ◦ green 124 ◦ blue 235

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

Shades of Medium Slate Blue #857CEB

Tints of Medium Slate Blue #857CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.2%

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 27.03%
G = 25.2%
B = 47.76%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#857CEB (or 0x857CEB) is known color: Medium Slate Blue. HEX triplet: 85, 7C and EB. RGB value is (133,124,235). Sum of RGB (Red+Green+Blue) = 133+124+235=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #857CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857CEB is #7A8314. Grayscale: #8A8A8A. Windows color (decimal): -8028949 or 15432837. OLE color: 15432837.

HSL color Cylindrical-coordinate representation of color #857CEB: hue angle of 244.86º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #857CEB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 124 235 -
CMYK 0.43 0.47 0 0.08
HSL 244.86º 0.74% 0.7% -
HSV(B) 244.86º 0.47% 0.92% -
XYZ 31.88 25.4 81.82 -
YUV 139.35 181.98 123.47 -
System Red Green Blue C M Y K H S L
Decimal 133 124 235 0.43 0.47 0 0.08 244.86 0.74 0.7
Hex 85 7C EB 2B 2F 0 8 F5 4A 46
Octal 205 174 353 53 57 0 10 365 112 106
Binary 10000101 1111100 11101011 101011 101111 0 1000 11110101 1001010 1000110

Color Harmonies of #857CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857CEB

Black with #857CEB

Text Example


Text Example

White with #857CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,235); }

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

background-color css

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

 a { background-color: rgb(133,124,235); }

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

border-color css

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

 span { border-color: rgb(133,124,235); }

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