Html Css Color HEX #7248EF Medium Slate Blue

📋 copy color: '#7248EF'

red 114 ◦ green 72 ◦ blue 239

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

Shades of Medium Slate Blue #7248EF

Tints of Medium Slate Blue #7248EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.24%

R = 26.82%
G = 16.94%
B = 56.24%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7248EF (or 0x7248EF) is known color: Medium Slate Blue. HEX triplet: 72, 48 and EF. RGB value is (114,72,239). Sum of RGB (Red+Green+Blue) = 114+72+239=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #7248EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7248EF is #8DB710. Grayscale: #666666. Windows color (decimal): -9287441 or 15681650. OLE color: 15681650.

HSL color Cylindrical-coordinate representation of color #7248EF: hue angle of 255.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7248EF is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 72 239 -
CMYK 0.52 0.70 0 0.06
HSL 255.09º 0.84% 0.61% -
HSV(B) 255.09º 0.7% 0.94% -
XYZ 24.84 14.44 83.14 -
YUV 103.6 204.41 135.42 -
System Red Green Blue C M Y K H S L
Decimal 114 72 239 0.52 0.70 0 0.06 255.09 0.84 0.61
Hex 72 48 EF 34 46 0 6 FF 54 3D
Octal 162 110 357 64 106 0 6 377 124 75
Binary 1110010 1001000 11101111 110100 1000110 0 110 11111111 1010100 111101

Color Harmonies of #7248EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7248EF

Black with #7248EF

Text Example


Text Example

White with #7248EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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