Html Css Color HEX #8247FC Medium Slate Blue

📋 copy color: '#8247FC'

red 130 ◦ green 71 ◦ blue 252

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

Shades of Medium Slate Blue #8247FC

Tints of Medium Slate Blue #8247FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.63%

R = 28.7%
G = 15.67%
B = 55.63%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8247FC (or 0x8247FC) is known color: Medium Slate Blue. HEX triplet: 82, 47 and FC. RGB value is (130,71,252). Sum of RGB (Red+Green+Blue) = 130+71+252=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #8247FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8247FC is #7DB803. Grayscale: #6C6C6C. Windows color (decimal): -8239108 or 16533378. OLE color: 16533378.

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

Color convert

RGB 130 71 252 -
CMYK 0.48 0.72 0 0.01
HSL 259.56º 0.97% 0.63% -
HSV(B) 259.56º 0.72% 0.99% -
XYZ 29.03 16.28 93.71 -
YUV 109.28 208.55 142.78 -
System Red Green Blue C M Y K H S L
Decimal 130 71 252 0.48 0.72 0 0.01 259.56 0.97 0.63
Hex 82 47 FC 30 48 0 1 104 61 3F
Octal 202 107 374 60 110 0 1 404 141 77
Binary 10000010 1000111 11111100 110000 1001000 0 1 100000100 1100001 111111

Color Harmonies of #8247FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8247FC

Black with #8247FC

Text Example


Text Example

White with #8247FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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