Html Css Color HEX #7248FE Medium Slate Blue

📋 copy color: '#7248FE'

red 114 ◦ green 72 ◦ blue 254

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

Shades of Medium Slate Blue #7248FE

Tints of Medium Slate Blue #7248FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 25.91%
G = 16.36%
B = 57.73%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7248FE (or 0x7248FE) is known color: Medium Slate Blue. HEX triplet: 72, 48 and FE. RGB value is (114,72,254). Sum of RGB (Red+Green+Blue) = 114+72+254=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #7248FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7248FE is #8DB701. Grayscale: #686868. Windows color (decimal): -9287426 or 16664690. OLE color: 16664690.

HSL color Cylindrical-coordinate representation of color #7248FE: hue angle of 253.85º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7248FE is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 72 254 -
CMYK 0.55 0.72 0 0.00
HSL 253.85º 0.99% 0.64% -
HSV(B) 253.85º 0.72% 1% -
XYZ 27.15 15.37 95.3 -
YUV 105.31 211.91 134.2 -
System Red Green Blue C M Y K H S L
Decimal 114 72 254 0.55 0.72 0 0.00 253.85 0.99 0.64
Hex 72 48 FE 37 48 0 0 FE 63 40
Octal 162 110 376 67 110 0 0 376 143 100
Binary 1110010 1001000 11111110 110111 1001000 0 0 11111110 1100011 1000000

Color Harmonies of #7248FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7248FE

Black with #7248FE

Text Example


Text Example

White with #7248FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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