Html Css Color HEX #7248FA Medium Slate Blue

📋 copy color: '#7248FA'

red 114 ◦ green 72 ◦ blue 250

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

Shades of Medium Slate Blue #7248FA

Tints of Medium Slate Blue #7248FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.51%

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

R = 26.15%
G = 16.51%
B = 57.34%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7248FA (or 0x7248FA) is known color: Medium Slate Blue. HEX triplet: 72, 48 and FA. RGB value is (114,72,250). Sum of RGB (Red+Green+Blue) = 114+72+250=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #7248FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7248FA is #8DB705. Grayscale: #686868. Windows color (decimal): -9287430 or 16402546. OLE color: 16402546.

HSL color Cylindrical-coordinate representation of color #7248FA: hue angle of 254.16º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7248FA is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 72 250 -
CMYK 0.54 0.71 0 0.02
HSL 254.16º 0.95% 0.63% -
HSV(B) 254.16º 0.71% 0.98% -
XYZ 26.51 15.11 91.96 -
YUV 104.85 209.91 134.53 -
System Red Green Blue C M Y K H S L
Decimal 114 72 250 0.54 0.71 0 0.02 254.16 0.95 0.63
Hex 72 48 FA 36 47 0 2 FE 5F 3F
Octal 162 110 372 66 107 0 2 376 137 77
Binary 1110010 1001000 11111010 110110 1000111 0 10 11111110 1011111 111111

Color Harmonies of #7248FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7248FA

Black with #7248FA

Text Example


Text Example

White with #7248FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,72,250); }

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

background-color css

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

 a { background-color: rgb(114,72,250); }

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

border-color css

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

 span { border-color: rgb(114,72,250); }

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