Html Css Color HEX #7247FC Medium Slate Blue

📋 copy color: '#7247FC'

red 114 ◦ green 71 ◦ blue 252

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

Shades of Medium Slate Blue #7247FC

Tints of Medium Slate Blue #7247FC

RGB

 RED value IS 114 (44.92% from 255) = 26.09%

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

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

R = 26.09%
G = 16.25%
B = 57.67%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7247FC (or 0x7247FC) is known color: Medium Slate Blue. HEX triplet: 72, 47 and FC. RGB value is (114,71,252). Sum of RGB (Red+Green+Blue) = 114+71+252=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #7247FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7247FC is #8DB803. Grayscale: #676767. Windows color (decimal): -9287684 or 16533362. OLE color: 16533362.

HSL color Cylindrical-coordinate representation of color #7247FC: hue angle of 254.25º 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 #7247FC is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 71 252 -
CMYK 0.55 0.72 0 0.01
HSL 254.25º 0.97% 0.63% -
HSV(B) 254.25º 0.72% 0.99% -
XYZ 26.76 15.11 93.6 -
YUV 104.49 211.25 134.78 -
System Red Green Blue C M Y K H S L
Decimal 114 71 252 0.55 0.72 0 0.01 254.25 0.97 0.63
Hex 72 47 FC 37 48 0 1 FE 61 3F
Octal 162 107 374 67 110 0 1 376 141 77
Binary 1110010 1000111 11111100 110111 1001000 0 1 11111110 1100001 111111

Color Harmonies of #7247FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7247FC

Black with #7247FC

Text Example


Text Example

White with #7247FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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