Html Css Color HEX #8150FA Medium Slate Blue

📋 copy color: '#8150FA'

red 129 ◦ green 80 ◦ blue 250

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

Shades of Medium Slate Blue #8150FA

Tints of Medium Slate Blue #8150FA

RGB

 RED value IS 129 (50.78% from 255) = 28.1%

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

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

R = 28.1%
G = 17.43%
B = 54.47%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8150FA (or 0x8150FA) is known color: Medium Slate Blue. HEX triplet: 81, 50 and FA. RGB value is (129,80,250). Sum of RGB (Red+Green+Blue) = 129+80+250=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #8150FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8150FA is #7EAF05. Grayscale: #717171. Windows color (decimal): -8302342 or 16404609. OLE color: 16404609.

HSL color Cylindrical-coordinate representation of color #8150FA: hue angle of 257.29º 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 #8150FA is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 80 250 -
CMYK 0.48 0.68 0 0.02
HSL 257.29º 0.94% 0.65% -
HSV(B) 257.29º 0.68% 0.98% -
XYZ 29.18 17.31 92.25 -
YUV 114.03 204.73 138.68 -
System Red Green Blue C M Y K H S L
Decimal 129 80 250 0.48 0.68 0 0.02 257.29 0.94 0.65
Hex 81 50 FA 30 44 0 2 101 5E 41
Octal 201 120 372 60 104 0 2 401 136 101
Binary 10000001 1010000 11111010 110000 1000100 0 10 100000001 1011110 1000001

Color Harmonies of #8150FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8150FA

Black with #8150FA

Text Example


Text Example

White with #8150FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,80,250); }

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

background-color css

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

 a { background-color: rgb(129,80,250); }

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

border-color css

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

 span { border-color: rgb(129,80,250); }

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