Html Css Color HEX #8C68EF Medium Slate Blue

📋 copy color: '#8C68EF'

red 140 ◦ green 104 ◦ blue 239

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

Shades of Medium Slate Blue #8C68EF

Tints of Medium Slate Blue #8C68EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.53%

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

R = 28.99%
G = 21.53%
B = 49.48%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C68EF (or 0x8C68EF) is known color: Medium Slate Blue. HEX triplet: 8C, 68 and EF. RGB value is (140,104,239). Sum of RGB (Red+Green+Blue) = 140+104+239=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C68EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C68EF is #739710. Grayscale: #818181. Windows color (decimal): -7575313 or 15689868. OLE color: 15689868.

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

Color convert

RGB 140 104 239 -
CMYK 0.41 0.56 0 0.06
HSL 256º 0.81% 0.67% -
HSV(B) 256º 0.56% 0.94% -
XYZ 31.35 21.71 84.2 -
YUV 130.15 189.43 135.02 -
System Red Green Blue C M Y K H S L
Decimal 140 104 239 0.41 0.56 0 0.06 256 0.81 0.67
Hex 8C 68 EF 29 38 0 6 100 51 43
Octal 214 150 357 51 70 0 6 400 121 103
Binary 10001100 1101000 11101111 101001 111000 0 110 100000000 1010001 1000011

Color Harmonies of #8C68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C68EF

Black with #8C68EF

Text Example


Text Example

White with #8C68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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