Html Css Color HEX #7A58D7 Slate Blue

📋 copy color: '#7A58D7'

red 122 ◦ green 88 ◦ blue 215

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

Shades of Slate Blue #7A58D7

Tints of Slate Blue #7A58D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.59%

R = 28.71%
G = 20.71%
B = 50.59%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7A58D7 (or 0x7A58D7) is known color: Slate Blue. HEX triplet: 7A, 58 and D7. RGB value is (122,88,215). Sum of RGB (Red+Green+Blue) = 122+88+215=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #7A58D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58D7 is #85A728. Grayscale: #707070. Windows color (decimal): -8759081 or 14112890. OLE color: 14112890.

HSL color Cylindrical-coordinate representation of color #7A58D7: hue angle of 256.06º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A58D7 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 88 215 -
CMYK 0.43 0.59 0 0.16
HSL 256.06º 0.61% 0.59% -
HSV(B) 256.06º 0.59% 0.84% -
XYZ 23.78 16.02 66.13 -
YUV 112.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 122 88 215 0.43 0.59 0 0.16 256.06 0.61 0.59
Hex 7A 58 D7 2B 3B 0 10 100 3D 3B
Octal 172 130 327 53 73 0 20 400 75 73
Binary 1111010 1011000 11010111 101011 111011 0 10000 100000000 111101 111011

Color Harmonies of #7A58D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A58D7

Black with #7A58D7

Text Example


Text Example

White with #7A58D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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