Html Css Color HEX #8C57F6 Medium Slate Blue

📋 copy color: '#8C57F6'

red 140 ◦ green 87 ◦ blue 246

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

Shades of Medium Slate Blue #8C57F6

Tints of Medium Slate Blue #8C57F6

RGB

 RED value IS 140 (55.08% from 255) = 29.6%

 GREEN value IS 87 (34.38% from 255) = 18.39%

 BLUE value IS 246 (96.48% from 255) = 52.01%

R = 29.6%
G = 18.39%
B = 52.01%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8C57F6 (or 0x8C57F6) is known color: Medium Slate Blue. HEX triplet: 8C, 57 and F6. RGB value is (140,87,246). Sum of RGB (Red+Green+Blue) = 140+87+246=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #8C57F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C57F6 is #73A809. Grayscale: #787878. Windows color (decimal): -7579658 or 16144268. OLE color: 16144268.

HSL color Cylindrical-coordinate representation of color #8C57F6: hue angle of 260º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C57F6 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 140 87 246 -
CMYK 0.43 0.65 0 0.04
HSL 260º 0.9% 0.65% -
HSV(B) 260º 0.65% 0.96% -
XYZ 30.86 19.05 89.24 -
YUV 120.97 198.56 141.57 -
System Red Green Blue C M Y K H S L
Decimal 140 87 246 0.43 0.65 0 0.04 260 0.9 0.65
Hex 8C 57 F6 2B 41 0 4 104 5A 41
Octal 214 127 366 53 101 0 4 404 132 101
Binary 10001100 1010111 11110110 101011 1000001 0 100 100000100 1011010 1000001

Color Harmonies of #8C57F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C57F6

Black with #8C57F6

Text Example


Text Example

White with #8C57F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C57F6; }

 p { color: rgb(140,87,246); }

 H1.HeaderClassName
 {
   color: #8C57F6;
 }
 .AnyTagClassName
 {
   color: #8C57F6;
 }
</style>

background-color css

<style>
 a { background-color: #8C57F6; }

 a { background-color: rgb(140,87,246); }

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

border-color css

<style>
 span { border-color: #8C57F6; }

 span { border-color: rgb(140,87,246); }

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