Html Css Color HEX #7A59CD Slate Blue

📋 copy color: '#7A59CD'

red 122 ◦ green 89 ◦ blue 205

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

Shades of Slate Blue #7A59CD

Tints of Slate Blue #7A59CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.39%

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

R = 29.33%
G = 21.39%
B = 49.28%

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

#7A59CD (or 0x7A59CD) is known color: Slate Blue. HEX triplet: 7A, 59 and CD. RGB value is (122,89,205). Sum of RGB (Red+Green+Blue) = 122+89+205=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A59CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A59CD is #85A632. Grayscale: #6F6F6F. Windows color (decimal): -8758835 or 13457786. OLE color: 13457786.

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

Color convert

RGB 122 89 205 -
CMYK 0.40 0.57 0 0.20
HSL 257.07º 0.54% 0.58% -
HSV(B) 257.07º 0.57% 0.8% -
XYZ 22.62 15.69 59.59 -
YUV 112.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 122 89 205 0.40 0.57 0 0.20 257.07 0.54 0.58
Hex 7A 59 CD 28 39 0 14 101 36 3A
Octal 172 131 315 50 71 0 24 401 66 72
Binary 1111010 1011001 11001101 101000 111001 0 10100 100000001 110110 111010

Color Harmonies of #7A59CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A59CD

Black with #7A59CD

Text Example


Text Example

White with #7A59CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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