Html Css Color HEX #856EEC Medium Slate Blue

📋 copy color: '#856EEC'

red 133 ◦ green 110 ◦ blue 236

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

Shades of Medium Slate Blue #856EEC

Tints of Medium Slate Blue #856EEC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.96%

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 27.77%
G = 22.96%
B = 49.27%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#856EEC (or 0x856EEC) is known color: Medium Slate Blue. HEX triplet: 85, 6E and EC. RGB value is (133,110,236). Sum of RGB (Red+Green+Blue) = 133+110+236=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #856EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856EEC is #7A9113. Grayscale: #828282. Windows color (decimal): -8032532 or 15494789. OLE color: 15494789.

HSL color Cylindrical-coordinate representation of color #856EEC: hue angle of 250.95º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #856EEC is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 110 236 -
CMYK 0.44 0.53 0 0.07
HSL 250.95º 0.77% 0.68% -
HSV(B) 250.95º 0.53% 0.93% -
XYZ 30.39 22.19 82.04 -
YUV 131.24 187.12 129.25 -
System Red Green Blue C M Y K H S L
Decimal 133 110 236 0.44 0.53 0 0.07 250.95 0.77 0.68
Hex 85 6E EC 2C 35 0 7 FB 4D 44
Octal 205 156 354 54 65 0 7 373 115 104
Binary 10000101 1101110 11101100 101100 110101 0 111 11111011 1001101 1000100

Color Harmonies of #856EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EEC

Black with #856EEC

Text Example


Text Example

White with #856EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856EEC; }

 p { color: rgb(133,110,236); }

 H1.HeaderClassName
 {
   color: #856EEC;
 }
 .AnyTagClassName
 {
   color: #856EEC;
 }
</style>

background-color css

<style>
 a { background-color: #856EEC; }

 a { background-color: rgb(133,110,236); }

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

border-color css

<style>
 span { border-color: #856EEC; }

 span { border-color: rgb(133,110,236); }

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