Html Css Color HEX #856EEE Medium Slate Blue

📋 copy color: '#856EEE'

red 133 ◦ green 110 ◦ blue 238

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

Shades of Medium Slate Blue #856EEE

Tints of Medium Slate Blue #856EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 27.65%
G = 22.87%
B = 49.48%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#856EEE (or 0x856EEE) is known color: Medium Slate Blue. HEX triplet: 85, 6E and EE. RGB value is (133,110,238). Sum of RGB (Red+Green+Blue) = 133+110+238=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #856EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856EEE is #7A9111. Grayscale: #828282. Windows color (decimal): -8032530 or 15625861. OLE color: 15625861.

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

Color convert

RGB 133 110 238 -
CMYK 0.44 0.54 0 0.07
HSL 250.78º 0.79% 0.68% -
HSV(B) 250.78º 0.54% 0.93% -
XYZ 30.68 22.31 83.58 -
YUV 131.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 133 110 238 0.44 0.54 0 0.07 250.78 0.79 0.68
Hex 85 6E EE 2C 36 0 7 FB 4F 44
Octal 205 156 356 54 66 0 7 373 117 104
Binary 10000101 1101110 11101110 101100 110110 0 111 11111011 1001111 1000100

Color Harmonies of #856EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EEE

Black with #856EEE

Text Example


Text Example

White with #856EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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