Html Css Color HEX #8247FB Medium Slate Blue

📋 copy color: '#8247FB'

red 130 ◦ green 71 ◦ blue 251

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

Shades of Medium Slate Blue #8247FB

Tints of Medium Slate Blue #8247FB

RGB

 RED value IS 130 (51.17% from 255) = 28.76%

 GREEN value IS 71 (28.13% from 255) = 15.71%

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

R = 28.76%
G = 15.71%
B = 55.53%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8247FB (or 0x8247FB) is known color: Medium Slate Blue. HEX triplet: 82, 47 and FB. RGB value is (130,71,251). Sum of RGB (Red+Green+Blue) = 130+71+251=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #8247FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8247FB is #7DB804. Grayscale: #6C6C6C. Windows color (decimal): -8239109 or 16467842. OLE color: 16467842.

HSL color Cylindrical-coordinate representation of color #8247FB: hue angle of 259.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8247FB is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 71 251 -
CMYK 0.48 0.72 0 0.02
HSL 259.67º 0.96% 0.63% -
HSV(B) 259.67º 0.72% 0.98% -
XYZ 28.87 16.22 92.88 -
YUV 109.16 208.05 142.86 -
System Red Green Blue C M Y K H S L
Decimal 130 71 251 0.48 0.72 0 0.02 259.67 0.96 0.63
Hex 82 47 FB 30 48 0 2 104 60 3F
Octal 202 107 373 60 110 0 2 404 140 77
Binary 10000010 1000111 11111011 110000 1001000 0 10 100000100 1100000 111111

Color Harmonies of #8247FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8247FB

Black with #8247FB

Text Example


Text Example

White with #8247FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,71,251); }

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

background-color css

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

 a { background-color: rgb(130,71,251); }

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

border-color css

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

 span { border-color: rgb(130,71,251); }

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