Html Css Color HEX #7A53FC Medium Slate Blue

📋 copy color: '#7A53FC'

red 122 ◦ green 83 ◦ blue 252

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

Shades of Medium Slate Blue #7A53FC

Tints of Medium Slate Blue #7A53FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 26.7%
G = 18.16%
B = 55.14%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A53FC (or 0x7A53FC) is known color: Medium Slate Blue. HEX triplet: 7A, 53 and FC. RGB value is (122,83,252). Sum of RGB (Red+Green+Blue) = 122+83+252=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A53FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A53FC is #85AC03. Grayscale: #717171. Windows color (decimal): -8760324 or 16536442. OLE color: 16536442.

HSL color Cylindrical-coordinate representation of color #7A53FC: hue angle of 253.85º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A53FC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 83 252 -
CMYK 0.52 0.67 0 0.01
HSL 253.85º 0.97% 0.66% -
HSV(B) 253.85º 0.67% 0.99% -
XYZ 28.69 17.35 93.93 -
YUV 113.93 205.92 133.76 -
System Red Green Blue C M Y K H S L
Decimal 122 83 252 0.52 0.67 0 0.01 253.85 0.97 0.66
Hex 7A 53 FC 34 43 0 1 FE 61 42
Octal 172 123 374 64 103 0 1 376 141 102
Binary 1111010 1010011 11111100 110100 1000011 0 1 11111110 1100001 1000010

Color Harmonies of #7A53FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A53FC

Black with #7A53FC

Text Example


Text Example

White with #7A53FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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