#7A5BCC

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

Shades of Slate Blue #7A5BCC

Tints of Slate Blue #7A5BCC

Color information

#7A5BCC (or 0x7A5BCC) is unknown color: approx Slate Blue. HEX triplet: 7A, 5B and CC. RGB value is (122,91,204). Sum of RGB (Red+Green+Blue) = 122+91+204=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A5BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5BCC is #85A433. Grayscale: #707070. Windows color (decimal): -8758324 or 13392762. OLE color: 13392762.

HSL color Cylindrical-coordinate representation of color #7A5BCC: hue angle of 256.46º degrees, saturation: 0.53, 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 #7A5BCC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12291204-
CMYK0.400.5500.2
HSL256.46º52.56%57.84%-
HSV(B)256.46º55.39%80%-
XYZ22.6715.9859.02-
YUV113.15179.27134.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=29.26%
G=21.82%
B=48.92%

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
Decimal122912040.400.5500.2256.4652.5657.84
Hex7A5BCC2837014100353a
Octal17213331450670244006572
Binary1111010101101111001100101000110111010100100000000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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