Html Css Color HEX #856FE1 Medium Slate Blue

📋 copy color: '#856FE1'

red 133 ◦ green 111 ◦ blue 225

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

Shades of Medium Slate Blue #856FE1

Tints of Medium Slate Blue #856FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.97%

R = 28.36%
G = 23.67%
B = 47.97%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#856FE1 (or 0x856FE1) is known color: Medium Slate Blue. HEX triplet: 85, 6F and E1. RGB value is (133,111,225). Sum of RGB (Red+Green+Blue) = 133+111+225=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #856FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FE1 is #7A901E. Grayscale: #828282. Windows color (decimal): -8032287 or 14774149. OLE color: 14774149.

HSL color Cylindrical-coordinate representation of color #856FE1: hue angle of 251.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #856FE1 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 111 225 -
CMYK 0.41 0.51 0 0.12
HSL 251.58º 0.66% 0.66% -
HSV(B) 251.58º 0.51% 0.88% -
XYZ 28.95 21.79 73.91 -
YUV 130.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 133 111 225 0.41 0.51 0 0.12 251.58 0.66 0.66
Hex 85 6F E1 29 33 0 C FC 42 42
Octal 205 157 341 51 63 0 14 374 102 102
Binary 10000101 1101111 11100001 101001 110011 0 1100 11111100 1000010 1000010

Color Harmonies of #856FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FE1

Black with #856FE1

Text Example


Text Example

White with #856FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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