Html Css Color HEX #8C66EF Medium Slate Blue

📋 copy color: '#8C66EF'

red 140 ◦ green 102 ◦ blue 239

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

Shades of Medium Slate Blue #8C66EF

Tints of Medium Slate Blue #8C66EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.21%

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

R = 29.11%
G = 21.21%
B = 49.69%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C66EF (or 0x8C66EF) is known color: Medium Slate Blue. HEX triplet: 8C, 66 and EF. RGB value is (140,102,239). Sum of RGB (Red+Green+Blue) = 140+102+239=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C66EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C66EF is #739910. Grayscale: #808080. Windows color (decimal): -7575825 or 15689356. OLE color: 15689356.

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

Color convert

RGB 140 102 239 -
CMYK 0.41 0.57 0 0.06
HSL 256.64º 0.81% 0.67% -
HSV(B) 256.64º 0.57% 0.94% -
XYZ 31.15 21.31 84.13 -
YUV 128.98 190.09 135.86 -
System Red Green Blue C M Y K H S L
Decimal 140 102 239 0.41 0.57 0 0.06 256.64 0.81 0.67
Hex 8C 66 EF 29 39 0 6 101 51 43
Octal 214 146 357 51 71 0 6 401 121 103
Binary 10001100 1100110 11101111 101001 111001 0 110 100000001 1010001 1000011

Color Harmonies of #8C66EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C66EF

Black with #8C66EF

Text Example


Text Example

White with #8C66EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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