Html Css Color HEX #856FEB Medium Slate Blue

📋 copy color: '#856FEB'

red 133 ◦ green 111 ◦ blue 235

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

Shades of Medium Slate Blue #856FEB

Tints of Medium Slate Blue #856FEB

RGB

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

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

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

R = 27.77%
G = 23.17%
B = 49.06%

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

#856FEB (or 0x856FEB) is known color: Medium Slate Blue. HEX triplet: 85, 6F and EB. RGB value is (133,111,235). Sum of RGB (Red+Green+Blue) = 133+111+235=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #856FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FEB is #7A9014. Grayscale: #838383. Windows color (decimal): -8032277 or 15429509. OLE color: 15429509.

HSL color Cylindrical-coordinate representation of color #856FEB: hue angle of 250.65º 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 #856FEB is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 111 235 -
CMYK 0.43 0.53 0 0.08
HSL 250.65º 0.76% 0.68% -
HSV(B) 250.65º 0.53% 0.92% -
XYZ 30.35 22.35 81.31 -
YUV 131.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 133 111 235 0.43 0.53 0 0.08 250.65 0.76 0.68
Hex 85 6F EB 2B 35 0 8 FB 4C 44
Octal 205 157 353 53 65 0 10 373 114 104
Binary 10000101 1101111 11101011 101011 110101 0 1000 11111011 1001100 1000100

Color Harmonies of #856FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FEB

Black with #856FEB

Text Example


Text Example

White with #856FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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