Html Css Color HEX #7A58DD Slate Blue

📋 copy color: '#7A58DD'

red 122 ◦ green 88 ◦ blue 221

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

Shades of Slate Blue #7A58DD

Tints of Slate Blue #7A58DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 28.31%
G = 20.42%
B = 51.28%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A58DD (or 0x7A58DD) is known color: Slate Blue. HEX triplet: 7A, 58 and DD. RGB value is (122,88,221). Sum of RGB (Red+Green+Blue) = 122+88+221=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A58DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58DD is #85A722. Grayscale: #707070. Windows color (decimal): -8759075 or 14506106. OLE color: 14506106.

HSL color Cylindrical-coordinate representation of color #7A58DD: hue angle of 255.34º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A58DD is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 88 221 -
CMYK 0.45 0.60 0 0.13
HSL 255.34º 0.66% 0.61% -
HSV(B) 255.34º 0.6% 0.87% -
XYZ 24.57 16.34 70.27 -
YUV 113.33 188.76 134.19 -
System Red Green Blue C M Y K H S L
Decimal 122 88 221 0.45 0.60 0 0.13 255.34 0.66 0.61
Hex 7A 58 DD 2D 3C 0 D FF 42 3D
Octal 172 130 335 55 74 0 15 377 102 75
Binary 1111010 1011000 11011101 101101 111100 0 1101 11111111 1000010 111101

Color Harmonies of #7A58DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A58DD

Black with #7A58DD

Text Example


Text Example

White with #7A58DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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