Html Css Color HEX #856EEB Medium Slate Blue

📋 copy color: '#856EEB'

red 133 ◦ green 110 ◦ blue 235

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

Shades of Medium Slate Blue #856EEB

Tints of Medium Slate Blue #856EEB

RGB

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

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

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

R = 27.82%
G = 23.01%
B = 49.16%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#856EEB (or 0x856EEB) is known color: Medium Slate Blue. HEX triplet: 85, 6E and EB. RGB value is (133,110,235). Sum of RGB (Red+Green+Blue) = 133+110+235=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #856EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856EEB is #7A9114. Grayscale: #828282. Windows color (decimal): -8032533 or 15429253. OLE color: 15429253.

HSL color Cylindrical-coordinate representation of color #856EEB: hue angle of 251.04º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #856EEB is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 110 235 -
CMYK 0.43 0.53 0 0.08
HSL 251.04º 0.76% 0.68% -
HSV(B) 251.04º 0.53% 0.92% -
XYZ 30.24 22.14 81.28 -
YUV 131.13 186.62 129.34 -
System Red Green Blue C M Y K H S L
Decimal 133 110 235 0.43 0.53 0 0.08 251.04 0.76 0.68
Hex 85 6E EB 2B 35 0 8 FB 4C 44
Octal 205 156 353 53 65 0 10 373 114 104
Binary 10000101 1101110 11101011 101011 110101 0 1000 11111011 1001100 1000100

Color Harmonies of #856EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EEB

Black with #856EEB

Text Example


Text Example

White with #856EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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