Html Css Color HEX #856FEF Medium Slate Blue

📋 copy color: '#856FEF'

red 133 ◦ green 111 ◦ blue 239

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

Shades of Medium Slate Blue #856FEF

Tints of Medium Slate Blue #856FEF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.98%

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 27.54%
G = 22.98%
B = 49.48%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#856FEF (or 0x856FEF) is known color: Medium Slate Blue. HEX triplet: 85, 6F and EF. RGB value is (133,111,239). Sum of RGB (Red+Green+Blue) = 133+111+239=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #856FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FEF is #7A9010. Grayscale: #838383. Windows color (decimal): -8032273 or 15691653. OLE color: 15691653.

HSL color Cylindrical-coordinate representation of color #856FEF: hue angle of 250.31º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #856FEF is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 111 239 -
CMYK 0.44 0.54 0 0.06
HSL 250.31º 0.8% 0.69% -
HSV(B) 250.31º 0.54% 0.94% -
XYZ 30.94 22.59 84.39 -
YUV 132.17 188.29 128.59 -
System Red Green Blue C M Y K H S L
Decimal 133 111 239 0.44 0.54 0 0.06 250.31 0.8 0.69
Hex 85 6F EF 2C 36 0 6 FA 50 45
Octal 205 157 357 54 66 0 6 372 120 105
Binary 10000101 1101111 11101111 101100 110110 0 110 11111010 1010000 1000101

Color Harmonies of #856FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FEF

Black with #856FEF

Text Example


Text Example

White with #856FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,111,239); }

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

background-color css

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

 a { background-color: rgb(133,111,239); }

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

border-color css

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

 span { border-color: rgb(133,111,239); }

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