#7A5CCC

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

Shades of Slate Blue #7A5CCC

Tints of Slate Blue #7A5CCC

Color information

#7A5CCC (or 0x7A5CCC) is unknown color: approx Slate Blue. HEX triplet: 7A, 5C and CC. RGB value is (122,92,204). Sum of RGB (Red+Green+Blue) = 122+92+204=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A5CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5CCC is #85A333. Grayscale: #717171. Windows color (decimal): -8758068 or 13393018. OLE color: 13393018.

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

Color convert

RGB12292204-
CMYK0.400.5500.2
HSL256.07º52.34%58.04%-
HSV(B)256.07º54.9%80%-
XYZ22.7516.1559.05-
YUV113.74178.94133.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.19%
GREEN value IS 92 (36.33% from 255) = 22.01%
BLUE value IS 204 (80.08% from 255) = 48.80%
R=29.19%
G=22.01%
B=48.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122922040.400.5500.2256.0752.3458.04
Hex7A5CCC2837014100343a
Octal17213431450670244006472
Binary1111010101110011001100101000110111010100100000000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,92,204); }

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

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

 a { background-color: rgb(122,92,204); }

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

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

 span { border-color: rgb(122,92,204); }

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