Html Css Color HEX #8951FA Medium Slate Blue

📋 copy color: '#8951FA'

red 137 ◦ green 81 ◦ blue 250

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

Shades of Medium Slate Blue #8951FA

Tints of Medium Slate Blue #8951FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.31%

 BLUE value IS 250 (98.05% from 255) = 53.42%

R = 29.27%
G = 17.31%
B = 53.42%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8951FA (or 0x8951FA) is known color: Medium Slate Blue. HEX triplet: 89, 51 and FA. RGB value is (137,81,250). Sum of RGB (Red+Green+Blue) = 137+81+250=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #8951FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8951FA is #76AE05. Grayscale: #747474. Windows color (decimal): -7777798 or 16404873. OLE color: 16404873.

HSL color Cylindrical-coordinate representation of color #8951FA: hue angle of 259.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8951FA is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 81 250 -
CMYK 0.45 0.68 0 0.02
HSL 259.88º 0.94% 0.65% -
HSV(B) 259.88º 0.68% 0.98% -
XYZ 30.51 18.11 92.33 -
YUV 117.01 203.05 142.26 -
System Red Green Blue C M Y K H S L
Decimal 137 81 250 0.45 0.68 0 0.02 259.88 0.94 0.65
Hex 89 51 FA 2D 44 0 2 104 5E 41
Octal 211 121 372 55 104 0 2 404 136 101
Binary 10001001 1010001 11111010 101101 1000100 0 10 100000100 1011110 1000001

Color Harmonies of #8951FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8951FA

Black with #8951FA

Text Example


Text Example

White with #8951FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8951FA; }

 p { color: rgb(137,81,250); }

 H1.HeaderClassName
 {
   color: #8951FA;
 }
 .AnyTagClassName
 {
   color: #8951FA;
 }
</style>

background-color css

<style>
 a { background-color: #8951FA; }

 a { background-color: rgb(137,81,250); }

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

border-color css

<style>
 span { border-color: #8951FA; }

 span { border-color: rgb(137,81,250); }

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