Html Css Color HEX #8966EB Medium Slate Blue

📋 copy color: '#8966EB'

red 137 ◦ green 102 ◦ blue 235

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

Shades of Medium Slate Blue #8966EB

Tints of Medium Slate Blue #8966EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 28.9%
G = 21.52%
B = 49.58%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8966EB (or 0x8966EB) is known color: Medium Slate Blue. HEX triplet: 89, 66 and EB. RGB value is (137,102,235). Sum of RGB (Red+Green+Blue) = 137+102+235=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #8966EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8966EB is #769914. Grayscale: #7F7F7F. Windows color (decimal): -7772437 or 15427209. OLE color: 15427209.

HSL color Cylindrical-coordinate representation of color #8966EB: hue angle of 255.79º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8966EB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 102 235 -
CMYK 0.42 0.57 0 0.08
HSL 255.79º 0.77% 0.66% -
HSV(B) 255.79º 0.57% 0.92% -
XYZ 30.06 20.82 81.03 -
YUV 127.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 137 102 235 0.42 0.57 0 0.08 255.79 0.77 0.66
Hex 89 66 EB 2A 39 0 8 100 4D 42
Octal 211 146 353 52 71 0 10 400 115 102
Binary 10001001 1100110 11101011 101010 111001 0 1000 100000000 1001101 1000010

Color Harmonies of #8966EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8966EB

Black with #8966EB

Text Example


Text Example

White with #8966EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8966EB; }

 p { color: rgb(137,102,235); }

 H1.HeaderClassName
 {
   color: #8966EB;
 }
 .AnyTagClassName
 {
   color: #8966EB;
 }
</style>

background-color css

<style>
 a { background-color: #8966EB; }

 a { background-color: rgb(137,102,235); }

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

border-color css

<style>
 span { border-color: #8966EB; }

 span { border-color: rgb(137,102,235); }

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