Html Css Color HEX #856CE8 Medium Slate Blue

📋 copy color: '#856CE8'

red 133 ◦ green 108 ◦ blue 232

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

Shades of Medium Slate Blue #856CE8

Tints of Medium Slate Blue #856CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.05%

R = 28.12%
G = 22.83%
B = 49.05%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#856CE8 (or 0x856CE8) is known color: Medium Slate Blue. HEX triplet: 85, 6C and E8. RGB value is (133,108,232). Sum of RGB (Red+Green+Blue) = 133+108+232=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #856CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856CE8 is #7A9317. Grayscale: #818181. Windows color (decimal): -8033048 or 15232133. OLE color: 15232133.

HSL color Cylindrical-coordinate representation of color #856CE8: hue angle of 252.1º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #856CE8 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 108 232 -
CMYK 0.43 0.53 0 0.09
HSL 252.1º 0.73% 0.67% -
HSV(B) 252.1º 0.53% 0.91% -
XYZ 29.6 21.54 78.94 -
YUV 129.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 133 108 232 0.43 0.53 0 0.09 252.1 0.73 0.67
Hex 85 6C E8 2B 35 0 9 FC 49 43
Octal 205 154 350 53 65 0 11 374 111 103
Binary 10000101 1101100 11101000 101011 110101 0 1001 11111100 1001001 1000011

Color Harmonies of #856CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CE8

Black with #856CE8

Text Example


Text Example

White with #856CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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