Html Css Color HEX #8962EC Medium Slate Blue

📋 copy color: '#8962EC'

red 137 ◦ green 98 ◦ blue 236

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

Shades of Medium Slate Blue #8962EC

Tints of Medium Slate Blue #8962EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.81%

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

R = 29.09%
G = 20.81%
B = 50.11%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8962EC (or 0x8962EC) is known color: Medium Slate Blue. HEX triplet: 89, 62 and EC. RGB value is (137,98,236). Sum of RGB (Red+Green+Blue) = 137+98+236=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #8962EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8962EC is #769D13. Grayscale: #7C7C7C. Windows color (decimal): -7773460 or 15491721. OLE color: 15491721.

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

Color convert

RGB 137 98 236 -
CMYK 0.42 0.58 0 0.07
HSL 256.96º 0.78% 0.65% -
HSV(B) 256.96º 0.58% 0.93% -
XYZ 29.82 20.11 81.67 -
YUV 125.39 190.42 136.28 -
System Red Green Blue C M Y K H S L
Decimal 137 98 236 0.42 0.58 0 0.07 256.96 0.78 0.65
Hex 89 62 EC 2A 3A 0 7 101 4E 41
Octal 211 142 354 52 72 0 7 401 116 101
Binary 10001001 1100010 11101100 101010 111010 0 111 100000001 1001110 1000001

Color Harmonies of #8962EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8962EC

Black with #8962EC

Text Example


Text Example

White with #8962EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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