Html Css Color HEX #856CEA Medium Slate Blue

📋 copy color: '#856CEA'

red 133 ◦ green 108 ◦ blue 234

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

Shades of Medium Slate Blue #856CEA

Tints of Medium Slate Blue #856CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 28%
G = 22.74%
B = 49.26%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#856CEA (or 0x856CEA) is known color: Medium Slate Blue. HEX triplet: 85, 6C and EA. RGB value is (133,108,234). Sum of RGB (Red+Green+Blue) = 133+108+234=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #856CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856CEA is #7A9315. Grayscale: #818181. Windows color (decimal): -8033046 or 15363205. OLE color: 15363205.

HSL color Cylindrical-coordinate representation of color #856CEA: hue angle of 251.9º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #856CEA is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 108 234 -
CMYK 0.43 0.54 0 0.08
HSL 251.9º 0.75% 0.67% -
HSV(B) 251.9º 0.54% 0.92% -
XYZ 29.89 21.65 80.45 -
YUV 129.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 133 108 234 0.43 0.54 0 0.08 251.9 0.75 0.67
Hex 85 6C EA 2B 36 0 8 FC 4B 43
Octal 205 154 352 53 66 0 10 374 113 103
Binary 10000101 1101100 11101010 101011 110110 0 1000 11111100 1001011 1000011

Color Harmonies of #856CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CEA

Black with #856CEA

Text Example


Text Example

White with #856CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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