Html Css Color HEX #8C60ED Medium Slate Blue

📋 copy color: '#8C60ED'

red 140 ◦ green 96 ◦ blue 237

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

Shades of Medium Slate Blue #8C60ED

Tints of Medium Slate Blue #8C60ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.3%

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 29.6%
G = 20.3%
B = 50.11%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C60ED (or 0x8C60ED) is known color: Medium Slate Blue. HEX triplet: 8C, 60 and ED. RGB value is (140,96,237). Sum of RGB (Red+Green+Blue) = 140+96+237=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C60ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C60ED is #739F12. Grayscale: #7C7C7C. Windows color (decimal): -7577363 or 15556748. OLE color: 15556748.

HSL color Cylindrical-coordinate representation of color #8C60ED: hue angle of 258.72º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C60ED is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 96 237 -
CMYK 0.41 0.59 0 0.07
HSL 258.72º 0.8% 0.65% -
HSV(B) 258.72º 0.59% 0.93% -
XYZ 30.28 20.06 82.4 -
YUV 125.23 191.08 138.54 -
System Red Green Blue C M Y K H S L
Decimal 140 96 237 0.41 0.59 0 0.07 258.72 0.8 0.65
Hex 8C 60 ED 29 3B 0 7 103 50 41
Octal 214 140 355 51 73 0 7 403 120 101
Binary 10001100 1100000 11101101 101001 111011 0 111 100000011 1010000 1000001

Color Harmonies of #8C60ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C60ED

Black with #8C60ED

Text Example


Text Example

White with #8C60ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,96,237); }

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

background-color css

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

 a { background-color: rgb(140,96,237); }

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

border-color css

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

 span { border-color: rgb(140,96,237); }

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