Html Css Color HEX #856BEE Medium Slate Blue

📋 copy color: '#856BEE'

red 133 ◦ green 107 ◦ blue 238

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

Shades of Medium Slate Blue #856BEE

Tints of Medium Slate Blue #856BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 27.82%
G = 22.38%
B = 49.79%

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

#856BEE (or 0x856BEE) is known color: Medium Slate Blue. HEX triplet: 85, 6B and EE. RGB value is (133,107,238). Sum of RGB (Red+Green+Blue) = 133+107+238=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #856BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856BEE is #7A9411. Grayscale: #818181. Windows color (decimal): -8033298 or 15625093. OLE color: 15625093.

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

Color convert

RGB 133 107 238 -
CMYK 0.44 0.55 0 0.07
HSL 251.91º 0.79% 0.68% -
HSV(B) 251.91º 0.55% 0.93% -
XYZ 30.36 21.67 83.47 -
YUV 129.71 189.11 130.35 -
System Red Green Blue C M Y K H S L
Decimal 133 107 238 0.44 0.55 0 0.07 251.91 0.79 0.68
Hex 85 6B EE 2C 37 0 7 FC 4F 44
Octal 205 153 356 54 67 0 7 374 117 104
Binary 10000101 1101011 11101110 101100 110111 0 111 11111100 1001111 1000100

Color Harmonies of #856BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BEE

Black with #856BEE

Text Example


Text Example

White with #856BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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