Html Css Color HEX #8953EB Medium Slate Blue

📋 copy color: '#8953EB'

red 137 ◦ green 83 ◦ blue 235

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

Shades of Medium Slate Blue #8953EB

Tints of Medium Slate Blue #8953EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.24%

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

R = 30.11%
G = 18.24%
B = 51.65%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8953EB (or 0x8953EB) is known color: Medium Slate Blue. HEX triplet: 89, 53 and EB. RGB value is (137,83,235). Sum of RGB (Red+Green+Blue) = 137+83+235=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #8953EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8953EB is #76AC14. Grayscale: #737373. Windows color (decimal): -7777301 or 15422345. OLE color: 15422345.

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

Color convert

RGB 137 83 235 -
CMYK 0.42 0.65 0 0.08
HSL 261.32º 0.79% 0.62% -
HSV(B) 261.32º 0.65% 0.92% -
XYZ 28.41 17.5 80.48 -
YUV 116.47 194.89 142.64 -
System Red Green Blue C M Y K H S L
Decimal 137 83 235 0.42 0.65 0 0.08 261.32 0.79 0.62
Hex 89 53 EB 2A 41 0 8 105 4F 3E
Octal 211 123 353 52 101 0 10 405 117 76
Binary 10001001 1010011 11101011 101010 1000001 0 1000 100000101 1001111 111110

Color Harmonies of #8953EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953EB

Black with #8953EB

Text Example


Text Example

White with #8953EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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