Html Css Color HEX #7048FA Medium Slate Blue

📋 copy color: '#7048FA'

red 112 ◦ green 72 ◦ blue 250

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

Shades of Medium Slate Blue #7048FA

Tints of Medium Slate Blue #7048FA

RGB

 RED value IS 112 (44.14% from 255) = 25.81%

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

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

R = 25.81%
G = 16.59%
B = 57.6%

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

#7048FA (or 0x7048FA) is known color: Medium Slate Blue. HEX triplet: 70, 48 and FA. RGB value is (112,72,250). Sum of RGB (Red+Green+Blue) = 112+72+250=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #7048FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7048FA is #8FB705. Grayscale: #676767. Windows color (decimal): -9418502 or 16402544. OLE color: 16402544.

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

Color convert

RGB 112 72 250 -
CMYK 0.55 0.71 0 0.02
HSL 253.48º 0.95% 0.63% -
HSV(B) 253.48º 0.71% 0.98% -
XYZ 26.25 14.98 91.95 -
YUV 104.25 210.25 133.53 -
System Red Green Blue C M Y K H S L
Decimal 112 72 250 0.55 0.71 0 0.02 253.48 0.95 0.63
Hex 70 48 FA 37 47 0 2 FD 5F 3F
Octal 160 110 372 67 107 0 2 375 137 77
Binary 1110000 1001000 11111010 110111 1000111 0 10 11111101 1011111 111111

Color Harmonies of #7048FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7048FA

Black with #7048FA

Text Example


Text Example

White with #7048FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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