Html Css Color HEX #7C59CD Slate Blue

📋 copy color: '#7C59CD'

red 124 ◦ green 89 ◦ blue 205

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

Shades of Slate Blue #7C59CD

Tints of Slate Blue #7C59CD

RGB

 RED value IS 124 (48.83% from 255) = 29.67%

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

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

R = 29.67%
G = 21.29%
B = 49.04%

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

#7C59CD (or 0x7C59CD) is known color: Slate Blue. HEX triplet: 7C, 59 and CD. RGB value is (124,89,205). Sum of RGB (Red+Green+Blue) = 124+89+205=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C59CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C59CD is #83A632. Grayscale: #707070. Windows color (decimal): -8627763 or 13457788. OLE color: 13457788.

HSL color Cylindrical-coordinate representation of color #7C59CD: hue angle of 258.1º 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 #7C59CD is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 89 205 -
CMYK 0.40 0.57 0 0.20
HSL 258.1º 0.54% 0.58% -
HSV(B) 258.1º 0.57% 0.8% -
XYZ 22.9 15.84 59.61 -
YUV 112.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 124 89 205 0.40 0.57 0 0.20 258.1 0.54 0.58
Hex 7C 59 CD 28 39 0 14 102 36 3A
Octal 174 131 315 50 71 0 24 402 66 72
Binary 1111100 1011001 11001101 101000 111001 0 10100 100000010 110110 111010

Color Harmonies of #7C59CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C59CD

Black with #7C59CD

Text Example


Text Example

White with #7C59CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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