Html Css Color HEX #7A46FC Medium Slate Blue

📋 copy color: '#7A46FC'

red 122 ◦ green 70 ◦ blue 252

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

Shades of Medium Slate Blue #7A46FC

Tints of Medium Slate Blue #7A46FC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.77%

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

R = 27.48%
G = 15.77%
B = 56.76%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A46FC (or 0x7A46FC) is known color: Medium Slate Blue. HEX triplet: 7A, 46 and FC. RGB value is (122,70,252). Sum of RGB (Red+Green+Blue) = 122+70+252=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A46FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A46FC is #85B903. Grayscale: #696969. Windows color (decimal): -8763652 or 16533114. OLE color: 16533114.

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

Color convert

RGB 122 70 252 -
CMYK 0.52 0.72 0 0.01
HSL 257.14º 0.97% 0.63% -
HSV(B) 257.14º 0.72% 0.99% -
XYZ 27.79 15.55 93.63 -
YUV 106.3 210.23 139.2 -
System Red Green Blue C M Y K H S L
Decimal 122 70 252 0.52 0.72 0 0.01 257.14 0.97 0.63
Hex 7A 46 FC 34 48 0 1 101 61 3F
Octal 172 106 374 64 110 0 1 401 141 77
Binary 1111010 1000110 11111100 110100 1001000 0 1 100000001 1100001 111111

Color Harmonies of #7A46FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A46FC

Black with #7A46FC

Text Example


Text Example

White with #7A46FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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