Html Css Color HEX #8C6CEE Medium Slate Blue

📋 copy color: '#8C6CEE'

red 140 ◦ green 108 ◦ blue 238

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

Shades of Medium Slate Blue #8C6CEE

Tints of Medium Slate Blue #8C6CEE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.22%

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 28.81%
G = 22.22%
B = 48.97%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C6CEE (or 0x8C6CEE) is known color: Medium Slate Blue. HEX triplet: 8C, 6C and EE. RGB value is (140,108,238). Sum of RGB (Red+Green+Blue) = 140+108+238=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C6CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6CEE is #739311. Grayscale: #838383. Windows color (decimal): -7574290 or 15625356. OLE color: 15625356.

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

Color convert

RGB 140 108 238 -
CMYK 0.41 0.55 0 0.07
HSL 254.77º 0.79% 0.68% -
HSV(B) 254.77º 0.55% 0.93% -
XYZ 31.61 22.47 83.56 -
YUV 132.39 187.6 133.43 -
System Red Green Blue C M Y K H S L
Decimal 140 108 238 0.41 0.55 0 0.07 254.77 0.79 0.68
Hex 8C 6C EE 29 37 0 7 FF 4F 44
Octal 214 154 356 51 67 0 7 377 117 104
Binary 10001100 1101100 11101110 101001 110111 0 111 11111111 1001111 1000100

Color Harmonies of #8C6CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6CEE

Black with #8C6CEE

Text Example


Text Example

White with #8C6CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,108,238); }

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

background-color css

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

 a { background-color: rgb(140,108,238); }

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

border-color css

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

 span { border-color: rgb(140,108,238); }

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