Html Css Color HEX #8953EF Medium Slate Blue

📋 copy color: '#8953EF'

red 137 ◦ green 83 ◦ blue 239

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

Shades of Medium Slate Blue #8953EF

Tints of Medium Slate Blue #8953EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.07%

R = 29.85%
G = 18.08%
B = 52.07%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8953EF (or 0x8953EF) is known color: Medium Slate Blue. HEX triplet: 89, 53 and EF. RGB value is (137,83,239). Sum of RGB (Red+Green+Blue) = 137+83+239=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #8953EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8953EF is #76AC10. Grayscale: #747474. Windows color (decimal): -7777297 or 15684489. OLE color: 15684489.

HSL color Cylindrical-coordinate representation of color #8953EF: hue angle of 260.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8953EF is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 83 239 -
CMYK 0.43 0.65 0 0.06
HSL 260.77º 0.83% 0.63% -
HSV(B) 260.77º 0.65% 0.94% -
XYZ 28.99 17.74 83.56 -
YUV 116.93 196.89 142.32 -
System Red Green Blue C M Y K H S L
Decimal 137 83 239 0.43 0.65 0 0.06 260.77 0.83 0.63
Hex 89 53 EF 2B 41 0 6 105 53 3F
Octal 211 123 357 53 101 0 6 405 123 77
Binary 10001001 1010011 11101111 101011 1000001 0 110 100000101 1010011 111111

Color Harmonies of #8953EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953EF

Black with #8953EF

Text Example


Text Example

White with #8953EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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