Html Css Color HEX #856FF0 Medium Slate Blue

📋 copy color: '#856FF0'

red 133 ◦ green 111 ◦ blue 240

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

Shades of Medium Slate Blue #856FF0

Tints of Medium Slate Blue #856FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.59%

R = 27.48%
G = 22.93%
B = 49.59%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#856FF0 (or 0x856FF0) is known color: Medium Slate Blue. HEX triplet: 85, 6F and F0. RGB value is (133,111,240). Sum of RGB (Red+Green+Blue) = 133+111+240=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #856FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FF0 is #7A900F. Grayscale: #838383. Windows color (decimal): -8032272 or 15757189. OLE color: 15757189.

HSL color Cylindrical-coordinate representation of color #856FF0: hue angle of 250.23º degrees, saturation: 0.81, 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 #856FF0 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 111 240 -
CMYK 0.45 0.54 0 0.06
HSL 250.23º 0.81% 0.69% -
HSV(B) 250.23º 0.54% 0.94% -
XYZ 31.09 22.65 85.17 -
YUV 132.28 188.79 128.51 -
System Red Green Blue C M Y K H S L
Decimal 133 111 240 0.45 0.54 0 0.06 250.23 0.81 0.69
Hex 85 6F F0 2D 36 0 6 FA 51 45
Octal 205 157 360 55 66 0 6 372 121 105
Binary 10000101 1101111 11110000 101101 110110 0 110 11111010 1010001 1000101

Color Harmonies of #856FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FF0

Black with #856FF0

Text Example


Text Example

White with #856FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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