Html Css Color HEX #7A58E4 Medium Slate Blue

📋 copy color: '#7A58E4'

red 122 ◦ green 88 ◦ blue 228

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

Shades of Medium Slate Blue #7A58E4

Tints of Medium Slate Blue #7A58E4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.09%

 BLUE value IS 228 (89.45% from 255) = 52.05%

R = 27.85%
G = 20.09%
B = 52.05%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7A58E4 (or 0x7A58E4) is known color: Medium Slate Blue. HEX triplet: 7A, 58 and E4. RGB value is (122,88,228). Sum of RGB (Red+Green+Blue) = 122+88+228=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 228 (89.45% from 255 or 52.05% from 438); Max value from RGB is 228 - color contains mainly: blue. Hex color #7A58E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58E4 is #85A71B. Grayscale: #717171. Windows color (decimal): -8759068 or 14964858. OLE color: 14964858.

HSL color Cylindrical-coordinate representation of color #7A58E4: hue angle of 254.57º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A58E4 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 122 88 228 -
CMYK 0.46 0.61 0 0.11
HSL 254.57º 0.72% 0.62% -
HSV(B) 254.57º 0.61% 0.89% -
XYZ 25.52 16.72 75.28 -
YUV 114.13 192.26 133.62 -
System Red Green Blue C M Y K H S L
Decimal 122 88 228 0.46 0.61 0 0.11 254.57 0.72 0.62
Hex 7A 58 E4 2E 3D 0 B FF 48 3E
Octal 172 130 344 56 75 0 13 377 110 76
Binary 1111010 1011000 11100100 101110 111101 0 1011 11111111 1001000 111110

Color Harmonies of #7A58E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A58E4

Black with #7A58E4

Text Example


Text Example

White with #7A58E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,88,228); }

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

background-color css

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

 a { background-color: rgb(122,88,228); }

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

border-color css

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

 span { border-color: rgb(122,88,228); }

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