Html Css Color HEX #7248FB Medium Slate Blue

📋 copy color: '#7248FB'

red 114 ◦ green 72 ◦ blue 251

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

Shades of Medium Slate Blue #7248FB

Tints of Medium Slate Blue #7248FB

RGB

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

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

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

R = 26.09%
G = 16.48%
B = 57.44%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7248FB (or 0x7248FB) is known color: Medium Slate Blue. HEX triplet: 72, 48 and FB. RGB value is (114,72,251). Sum of RGB (Red+Green+Blue) = 114+72+251=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #7248FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7248FB is #8DB704. Grayscale: #686868. Windows color (decimal): -9287429 or 16468082. OLE color: 16468082.

HSL color Cylindrical-coordinate representation of color #7248FB: hue angle of 254.08º degrees, saturation: 0.96, 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 #7248FB is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 72 251 -
CMYK 0.55 0.71 0 0.02
HSL 254.08º 0.96% 0.63% -
HSV(B) 254.08º 0.71% 0.98% -
XYZ 26.67 15.18 92.79 -
YUV 104.96 210.41 134.45 -
System Red Green Blue C M Y K H S L
Decimal 114 72 251 0.55 0.71 0 0.02 254.08 0.96 0.63
Hex 72 48 FB 37 47 0 2 FE 60 3F
Octal 162 110 373 67 107 0 2 376 140 77
Binary 1110010 1001000 11111011 110111 1000111 0 10 11111110 1100000 111111

Color Harmonies of #7248FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7248FB

Black with #7248FB

Text Example


Text Example

White with #7248FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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