Html Css Color HEX #8953E6 Medium Slate Blue

📋 copy color: '#8953E6'

red 137 ◦ green 83 ◦ blue 230

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

Shades of Medium Slate Blue #8953E6

Tints of Medium Slate Blue #8953E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.11%

R = 30.44%
G = 18.44%
B = 51.11%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8953E6 (or 0x8953E6) is known color: Medium Slate Blue. HEX triplet: 89, 53 and E6. RGB value is (137,83,230). Sum of RGB (Red+Green+Blue) = 137+83+230=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #8953E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8953E6 is #76AC19. Grayscale: #737373. Windows color (decimal): -7777306 or 15094665. OLE color: 15094665.

HSL color Cylindrical-coordinate representation of color #8953E6: hue angle of 262.04º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8953E6 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 83 230 -
CMYK 0.40 0.64 0 0.10
HSL 262.04º 0.75% 0.61% -
HSV(B) 262.04º 0.64% 0.9% -
XYZ 27.69 17.22 76.73 -
YUV 115.9 192.39 143.05 -
System Red Green Blue C M Y K H S L
Decimal 137 83 230 0.40 0.64 0 0.10 262.04 0.75 0.61
Hex 89 53 E6 28 40 0 A 106 4B 3D
Octal 211 123 346 50 100 0 12 406 113 75
Binary 10001001 1010011 11100110 101000 1000000 0 1010 100000110 1001011 111101

Color Harmonies of #8953E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953E6

Black with #8953E6

Text Example


Text Example

White with #8953E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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