Html Css Color HEX #7A58CD Slate Blue

📋 copy color: '#7A58CD'

red 122 ◦ green 88 ◦ blue 205

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

Shades of Slate Blue #7A58CD

Tints of Slate Blue #7A58CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 29.4%
G = 21.2%
B = 49.4%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A58CD (or 0x7A58CD) is known color: Slate Blue. HEX triplet: 7A, 58 and CD. RGB value is (122,88,205). Sum of RGB (Red+Green+Blue) = 122+88+205=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A58CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58CD is #85A732. Grayscale: #6F6F6F. Windows color (decimal): -8759091 or 13457530. OLE color: 13457530.

HSL color Cylindrical-coordinate representation of color #7A58CD: hue angle of 257.44º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A58CD is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 88 205 -
CMYK 0.40 0.57 0 0.20
HSL 257.44º 0.54% 0.57% -
HSV(B) 257.44º 0.57% 0.8% -
XYZ 22.54 15.52 59.57 -
YUV 111.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 122 88 205 0.40 0.57 0 0.20 257.44 0.54 0.57
Hex 7A 58 CD 28 39 0 14 101 36 39
Octal 172 130 315 50 71 0 24 401 66 71
Binary 1111010 1011000 11001101 101000 111001 0 10100 100000001 110110 111001

Color Harmonies of #7A58CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A58CD

Black with #7A58CD

Text Example


Text Example

White with #7A58CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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