Html Css Color HEX #8950FB Medium Slate Blue

📋 copy color: '#8950FB'

red 137 ◦ green 80 ◦ blue 251

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

Shades of Medium Slate Blue #8950FB

Tints of Medium Slate Blue #8950FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 29.27%
G = 17.09%
B = 53.63%

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

#8950FB (or 0x8950FB) is known color: Medium Slate Blue. HEX triplet: 89, 50 and FB. RGB value is (137,80,251). Sum of RGB (Red+Green+Blue) = 137+80+251=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #8950FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8950FB is #76AF04. Grayscale: #737373. Windows color (decimal): -7778053 or 16470153. OLE color: 16470153.

HSL color Cylindrical-coordinate representation of color #8950FB: hue angle of 260º degrees, saturation: 0.96, 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 #8950FB is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 80 251 -
CMYK 0.45 0.68 0 0.02
HSL 260º 0.96% 0.65% -
HSV(B) 260º 0.68% 0.98% -
XYZ 30.6 18.02 93.13 -
YUV 116.54 203.88 142.6 -
System Red Green Blue C M Y K H S L
Decimal 137 80 251 0.45 0.68 0 0.02 260 0.96 0.65
Hex 89 50 FB 2D 44 0 2 104 60 41
Octal 211 120 373 55 104 0 2 404 140 101
Binary 10001001 1010000 11111011 101101 1000100 0 10 100000100 1100000 1000001

Color Harmonies of #8950FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8950FB

Black with #8950FB

Text Example


Text Example

White with #8950FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8950FB; }

 p { color: rgb(137,80,251); }

 H1.HeaderClassName
 {
   color: #8950FB;
 }
 .AnyTagClassName
 {
   color: #8950FB;
 }
</style>

background-color css

<style>
 a { background-color: #8950FB; }

 a { background-color: rgb(137,80,251); }

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

border-color css

<style>
 span { border-color: #8950FB; }

 span { border-color: rgb(137,80,251); }

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