Html Css Color HEX #8149F7 Medium Slate Blue

📋 copy color: '#8149F7'

red 129 ◦ green 73 ◦ blue 247

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

Shades of Medium Slate Blue #8149F7

Tints of Medium Slate Blue #8149F7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.26%

 BLUE value IS 247 (96.88% from 255) = 55.01%

R = 28.73%
G = 16.26%
B = 55.01%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8149F7 (or 0x8149F7) is known color: Medium Slate Blue. HEX triplet: 81, 49 and F7. RGB value is (129,73,247). Sum of RGB (Red+Green+Blue) = 129+73+247=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #8149F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8149F7 is #7EB608. Grayscale: #6C6C6C. Windows color (decimal): -8304137 or 16206209. OLE color: 16206209.

HSL color Cylindrical-coordinate representation of color #8149F7: hue angle of 259.31º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8149F7 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 73 247 -
CMYK 0.48 0.70 0 0.03
HSL 259.31º 0.92% 0.63% -
HSV(B) 259.31º 0.7% 0.97% -
XYZ 28.22 16.15 89.62 -
YUV 109.58 205.55 141.85 -
System Red Green Blue C M Y K H S L
Decimal 129 73 247 0.48 0.70 0 0.03 259.31 0.92 0.63
Hex 81 49 F7 30 46 0 3 103 5C 3F
Octal 201 111 367 60 106 0 3 403 134 77
Binary 10000001 1001001 11110111 110000 1000110 0 11 100000011 1011100 111111

Color Harmonies of #8149F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8149F7

Black with #8149F7

Text Example


Text Example

White with #8149F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8149F7; }

 p { color: rgb(129,73,247); }

 H1.HeaderClassName
 {
   color: #8149F7;
 }
 .AnyTagClassName
 {
   color: #8149F7;
 }
</style>

background-color css

<style>
 a { background-color: #8149F7; }

 a { background-color: rgb(129,73,247); }

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

border-color css

<style>
 span { border-color: #8149F7; }

 span { border-color: rgb(129,73,247); }

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