#7A5DCF

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

Shades of Slate Blue #7A5DCF

Tints of Slate Blue #7A5DCF

Color information

#7A5DCF (or 0x7A5DCF) is unknown color: approx Slate Blue. HEX triplet: 7A, 5D and CF. RGB value is (122,93,207). Sum of RGB (Red+Green+Blue) = 122+93+207=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A5DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5DCF is #85A230. Grayscale: #727272. Windows color (decimal): -8757809 or 13589882. OLE color: 13589882.

HSL color Cylindrical-coordinate representation of color #7A5DCF: hue angle of 255.26º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A5DCF is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12293207-
CMYK0.410.5500.19
HSL255.26º54.29%58.82%-
HSV(B)255.26º55.07%81.18%-
XYZ23.216.4760.99-
YUV114.67180.11133.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 207 (81.25% from 255) = 49.05%
R=28.91%
G=22.04%
B=49.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal122932070.410.5500.19255.2654.2958.82
Hex7A5DCF2937013ff363b
Octal17213531751670233776673
Binary111101010111011100111110100111011101001111111111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,93,207); }

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

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

 a { background-color: rgb(122,93,207); }

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

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

 span { border-color: rgb(122,93,207); }

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