#7957CD

Color #7957CD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7957CD

Tints of Slate Blue #7957CD

Color information

#7957CD (or 0x7957CD) is unknown color: approx Slate Blue. HEX triplet: 79, 57 and CD. RGB value is (121,87,205). Sum of RGB (Red+Green+Blue) = 121+87+205=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #7957CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7957CD is #86A832. Grayscale: #6E6E6E. Windows color (decimal): -8824883 or 13457273. OLE color: 13457273.

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

Color convert

RGB12187205-
CMYK0.410.5800.20
HSL257.29º54.13%57.25%-
HSV(B)257.29º57.56%80.39%-
XYZ22.3115.2959.53-
YUV110.62181.26135.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.30%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 205 (80.47% from 255) = 49.64%
R=29.30%
G=21.07%
B=49.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121872050.410.5800.20257.2954.1357.25
Hex7957CD293A0141013639
Octal17112731551720244016671
Binary1111001101011111001101101001111010010100100000001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7957CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7957CD; }

 p { color: rgb(121,87,205); }

 H1.HeaderClassName
 {
   color: #7957CD;
 }
 .AnyTagClassName
 {
   color: #7957CD;
 }
</style>
background-color css

<style>
 a { background-color: #7957CD; }

 a { background-color: rgb(121,87,205); }

 div.DivClassName
 {
   background-color: #7957CD;
 }
 .BgClassName
 {
   background-color: #7957CD;
 }
</style>
border-color css

<style>
 span { border-color: #7957CD; }

 span { border-color: rgb(121,87,205); }

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