Html Css Color HEX #856CEE Medium Slate Blue

📋 copy color: '#856CEE'

red 133 ◦ green 108 ◦ blue 238

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

Shades of Medium Slate Blue #856CEE

Tints of Medium Slate Blue #856CEE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.55%

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

R = 27.77%
G = 22.55%
B = 49.69%

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

#856CEE (or 0x856CEE) is known color: Medium Slate Blue. HEX triplet: 85, 6C and EE. RGB value is (133,108,238). Sum of RGB (Red+Green+Blue) = 133+108+238=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #856CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856CEE is #7A9311. Grayscale: #818181. Windows color (decimal): -8033042 or 15625349. OLE color: 15625349.

HSL color Cylindrical-coordinate representation of color #856CEE: hue angle of 251.54º 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 #856CEE is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 108 238 -
CMYK 0.44 0.55 0 0.07
HSL 251.54º 0.79% 0.68% -
HSV(B) 251.54º 0.55% 0.93% -
XYZ 30.47 21.88 83.51 -
YUV 130.3 188.78 129.93 -
System Red Green Blue C M Y K H S L
Decimal 133 108 238 0.44 0.55 0 0.07 251.54 0.79 0.68
Hex 85 6C EE 2C 37 0 7 FC 4F 44
Octal 205 154 356 54 67 0 7 374 117 104
Binary 10000101 1101100 11101110 101100 110111 0 111 11111100 1001111 1000100

Color Harmonies of #856CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CEE

Black with #856CEE

Text Example


Text Example

White with #856CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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