Html Css Color HEX #7A48F3 Medium Slate Blue

📋 copy color: '#7A48F3'

red 122 ◦ green 72 ◦ blue 243

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

Shades of Medium Slate Blue #7A48F3

Tints of Medium Slate Blue #7A48F3

RGB

 RED value IS 122 (48.05% from 255) = 27.92%

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

 BLUE value IS 243 (95.31% from 255) = 55.61%

R = 27.92%
G = 16.48%
B = 55.61%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7A48F3 (or 0x7A48F3) is known color: Medium Slate Blue. HEX triplet: 7A, 48 and F3. RGB value is (122,72,243). Sum of RGB (Red+Green+Blue) = 122+72+243=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #7A48F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A48F3 is #85B70C. Grayscale: #696969. Windows color (decimal): -8763149 or 15943802. OLE color: 15943802.

HSL color Cylindrical-coordinate representation of color #7A48F3: hue angle of 257.54º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A48F3 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 72 243 -
CMYK 0.50 0.70 0 0.05
HSL 257.54º 0.88% 0.62% -
HSV(B) 257.54º 0.7% 0.95% -
XYZ 26.52 15.24 86.34 -
YUV 106.44 205.07 139.1 -
System Red Green Blue C M Y K H S L
Decimal 122 72 243 0.50 0.70 0 0.05 257.54 0.88 0.62
Hex 7A 48 F3 32 46 0 5 102 58 3E
Octal 172 110 363 62 106 0 5 402 130 76
Binary 1111010 1001000 11110011 110010 1000110 0 101 100000010 1011000 111110

Color Harmonies of #7A48F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A48F3

Black with #7A48F3

Text Example


Text Example

White with #7A48F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A48F3; }

 p { color: rgb(122,72,243); }

 H1.HeaderClassName
 {
   color: #7A48F3;
 }
 .AnyTagClassName
 {
   color: #7A48F3;
 }
</style>

background-color css

<style>
 a { background-color: #7A48F3; }

 a { background-color: rgb(122,72,243); }

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

border-color css

<style>
 span { border-color: #7A48F3; }

 span { border-color: rgb(122,72,243); }

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