Html Css Color HEX #8968EC Medium Slate Blue

📋 copy color: '#8968EC'

red 137 ◦ green 104 ◦ blue 236

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

Shades of Medium Slate Blue #8968EC

Tints of Medium Slate Blue #8968EC

RGB

 RED value IS 137 (53.91% from 255) = 28.72%

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

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 28.72%
G = 21.8%
B = 49.48%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8968EC (or 0x8968EC) is known color: Medium Slate Blue. HEX triplet: 89, 68 and EC. RGB value is (137,104,236). Sum of RGB (Red+Green+Blue) = 137+104+236=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #8968EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8968EC is #769713. Grayscale: #808080. Windows color (decimal): -7771924 or 15493257. OLE color: 15493257.

HSL color Cylindrical-coordinate representation of color #8968EC: hue angle of 255º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8968EC is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 104 236 -
CMYK 0.42 0.56 0 0.07
HSL 255º 0.78% 0.67% -
HSV(B) 255º 0.56% 0.93% -
XYZ 30.41 21.28 81.86 -
YUV 128.92 188.43 133.77 -
System Red Green Blue C M Y K H S L
Decimal 137 104 236 0.42 0.56 0 0.07 255 0.78 0.67
Hex 89 68 EC 2A 38 0 7 FF 4E 43
Octal 211 150 354 52 70 0 7 377 116 103
Binary 10001001 1101000 11101100 101010 111000 0 111 11111111 1001110 1000011

Color Harmonies of #8968EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8968EC

Black with #8968EC

Text Example


Text Example

White with #8968EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8968EC; }

 p { color: rgb(137,104,236); }

 H1.HeaderClassName
 {
   color: #8968EC;
 }
 .AnyTagClassName
 {
   color: #8968EC;
 }
</style>

background-color css

<style>
 a { background-color: #8968EC; }

 a { background-color: rgb(137,104,236); }

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

border-color css

<style>
 span { border-color: #8968EC; }

 span { border-color: rgb(137,104,236); }

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