#7A5CCA

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

Shades of Slate Blue #7A5CCA

Tints of Slate Blue #7A5CCA

Color information

#7A5CCA (or 0x7A5CCA) is unknown color: approx Slate Blue. HEX triplet: 7A, 5C and CA. RGB value is (122,92,202). Sum of RGB (Red+Green+Blue) = 122+92+202=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A5CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5CCA is #85A335. Grayscale: #717171. Windows color (decimal): -8758070 or 13261946. OLE color: 13261946.

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

Color convert

RGB12292202-
CMYK0.400.5400.21
HSL256.36º50.93%57.65%-
HSV(B)256.36º54.46%79.22%-
XYZ22.5116.0657.79-
YUV113.51177.94134.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.33%
GREEN value IS 92 (36.33% from 255) = 22.12%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=29.33%
G=22.12%
B=48.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122922020.400.5400.21256.3650.9357.65
Hex7A5CCA2836015100333a
Octal17213431250660254006372
Binary1111010101110011001010101000110110010101100000000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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