Html Css Color HEX #7A53FA Medium Slate Blue

📋 copy color: '#7A53FA'

red 122 ◦ green 83 ◦ blue 250

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

Shades of Medium Slate Blue #7A53FA

Tints of Medium Slate Blue #7A53FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.24%

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

R = 26.81%
G = 18.24%
B = 54.95%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A53FA (or 0x7A53FA) is known color: Medium Slate Blue. HEX triplet: 7A, 53 and FA. RGB value is (122,83,250). Sum of RGB (Red+Green+Blue) = 122+83+250=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A53FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A53FA is #85AC05. Grayscale: #717171. Windows color (decimal): -8760326 or 16405370. OLE color: 16405370.

HSL color Cylindrical-coordinate representation of color #7A53FA: hue angle of 254.01º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A53FA is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 83 250 -
CMYK 0.51 0.67 0 0.02
HSL 254.01º 0.94% 0.65% -
HSV(B) 254.01º 0.67% 0.98% -
XYZ 28.37 17.23 92.27 -
YUV 113.7 204.92 133.92 -
System Red Green Blue C M Y K H S L
Decimal 122 83 250 0.51 0.67 0 0.02 254.01 0.94 0.65
Hex 7A 53 FA 33 43 0 2 FE 5E 41
Octal 172 123 372 63 103 0 2 376 136 101
Binary 1111010 1010011 11111010 110011 1000011 0 10 11111110 1011110 1000001

Color Harmonies of #7A53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A53FA

Black with #7A53FA

Text Example


Text Example

White with #7A53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,83,250); }

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

background-color css

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

 a { background-color: rgb(122,83,250); }

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

border-color css

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

 span { border-color: rgb(122,83,250); }

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