Html Css Color HEX #8962EE Medium Slate Blue

📋 copy color: '#8962EE'

red 137 ◦ green 98 ◦ blue 238

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

Shades of Medium Slate Blue #8962EE

Tints of Medium Slate Blue #8962EE

RGB

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

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

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

R = 28.96%
G = 20.72%
B = 50.32%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8962EE (or 0x8962EE) is known color: Medium Slate Blue. HEX triplet: 89, 62 and EE. RGB value is (137,98,238). Sum of RGB (Red+Green+Blue) = 137+98+238=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #8962EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8962EE is #769D11. Grayscale: #7D7D7D. Windows color (decimal): -7773458 or 15622793. OLE color: 15622793.

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

Color convert

RGB 137 98 238 -
CMYK 0.42 0.59 0 0.07
HSL 256.71º 0.8% 0.66% -
HSV(B) 256.71º 0.59% 0.93% -
XYZ 30.12 20.23 83.21 -
YUV 125.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 137 98 238 0.42 0.59 0 0.07 256.71 0.8 0.66
Hex 89 62 EE 2A 3B 0 7 101 50 42
Octal 211 142 356 52 73 0 7 401 120 102
Binary 10001001 1100010 11101110 101010 111011 0 111 100000001 1010000 1000010

Color Harmonies of #8962EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8962EE

Black with #8962EE

Text Example


Text Example

White with #8962EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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