Html Css Color HEX #856BEC Medium Slate Blue

📋 copy color: '#856BEC'

red 133 ◦ green 107 ◦ blue 236

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

Shades of Medium Slate Blue #856BEC

Tints of Medium Slate Blue #856BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.48%

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

R = 27.94%
G = 22.48%
B = 49.58%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#856BEC (or 0x856BEC) is known color: Medium Slate Blue. HEX triplet: 85, 6B and EC. RGB value is (133,107,236). Sum of RGB (Red+Green+Blue) = 133+107+236=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #856BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856BEC is #7A9413. Grayscale: #808080. Windows color (decimal): -8033300 or 15494021. OLE color: 15494021.

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

Color convert

RGB 133 107 236 -
CMYK 0.44 0.55 0 0.07
HSL 252.09º 0.77% 0.67% -
HSV(B) 252.09º 0.55% 0.93% -
XYZ 30.07 21.56 81.93 -
YUV 129.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 133 107 236 0.44 0.55 0 0.07 252.09 0.77 0.67
Hex 85 6B EC 2C 37 0 7 FC 4D 43
Octal 205 153 354 54 67 0 7 374 115 103
Binary 10000101 1101011 11101100 101100 110111 0 111 11111100 1001101 1000011

Color Harmonies of #856BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BEC

Black with #856BEC

Text Example


Text Example

White with #856BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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