Html Css Color HEX #8C65EF Medium Slate Blue

📋 copy color: '#8C65EF'

red 140 ◦ green 101 ◦ blue 239

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

Shades of Medium Slate Blue #8C65EF

Tints of Medium Slate Blue #8C65EF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.04%

 BLUE value IS 239 (93.75% from 255) = 49.79%

R = 29.17%
G = 21.04%
B = 49.79%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C65EF (or 0x8C65EF) is known color: Medium Slate Blue. HEX triplet: 8C, 65 and EF. RGB value is (140,101,239). Sum of RGB (Red+Green+Blue) = 140+101+239=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C65EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C65EF is #739A10. Grayscale: #7F7F7F. Windows color (decimal): -7576081 or 15689100. OLE color: 15689100.

HSL color Cylindrical-coordinate representation of color #8C65EF: hue angle of 256.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C65EF is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 101 239 -
CMYK 0.41 0.58 0 0.06
HSL 256.96º 0.81% 0.67% -
HSV(B) 256.96º 0.58% 0.94% -
XYZ 31.05 21.11 84.1 -
YUV 128.39 190.42 136.28 -
System Red Green Blue C M Y K H S L
Decimal 140 101 239 0.41 0.58 0 0.06 256.96 0.81 0.67
Hex 8C 65 EF 29 3A 0 6 101 51 43
Octal 214 145 357 51 72 0 6 401 121 103
Binary 10001100 1100101 11101111 101001 111010 0 110 100000001 1010001 1000011

Color Harmonies of #8C65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C65EF

Black with #8C65EF

Text Example


Text Example

White with #8C65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,101,239); }

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

background-color css

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

 a { background-color: rgb(140,101,239); }

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

border-color css

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

 span { border-color: rgb(140,101,239); }

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