Html Css Color HEX #7A58CA Slate Blue

📋 copy color: '#7A58CA'

red 122 ◦ green 88 ◦ blue 202

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

Shades of Slate Blue #7A58CA

Tints of Slate Blue #7A58CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 29.61%
G = 21.36%
B = 49.03%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A58CA (or 0x7A58CA) is known color: Slate Blue. HEX triplet: 7A, 58 and CA. RGB value is (122,88,202). Sum of RGB (Red+Green+Blue) = 122+88+202=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A58CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58CA is #85A735. Grayscale: #6E6E6E. Windows color (decimal): -8759094 or 13260922. OLE color: 13260922.

HSL color Cylindrical-coordinate representation of color #7A58CA: hue angle of 257.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A58CA is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 88 202 -
CMYK 0.40 0.56 0 0.21
HSL 257.89º 0.52% 0.57% -
HSV(B) 257.89º 0.56% 0.79% -
XYZ 22.18 15.38 57.68 -
YUV 111.16 179.26 135.73 -
System Red Green Blue C M Y K H S L
Decimal 122 88 202 0.40 0.56 0 0.21 257.89 0.52 0.57
Hex 7A 58 CA 28 38 0 15 102 34 39
Octal 172 130 312 50 70 0 25 402 64 71
Binary 1111010 1011000 11001010 101000 111000 0 10101 100000010 110100 111001

Color Harmonies of #7A58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A58CA

Black with #7A58CA

Text Example


Text Example

White with #7A58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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