#7A60CD

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

Shades of Slate Blue #7A60CD

Tints of Slate Blue #7A60CD

Color information

#7A60CD (or 0x7A60CD) is unknown color: approx Slate Blue. HEX triplet: 7A, 60 and CD. RGB value is (122,96,205). Sum of RGB (Red+Green+Blue) = 122+96+205=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A60CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A60CD is #859F32. Grayscale: #737373. Windows color (decimal): -8757043 or 13459578. OLE color: 13459578.

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

Color convert

RGB12296205-
CMYK0.400.5300.20
HSL254.31º52.15%59.02%-
HSV(B)254.31º53.17%80.39%-
XYZ23.2316.9159.8-
YUV116.2178.11132.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.84%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=28.84%
G=22.70%
B=48.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122962050.400.5300.20254.3152.1559.02
Hex7A60CD2835014fe343b
Octal17214031550650243766473
Binary111101011000001100110110100011010101010011111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A60CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,205); }

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

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

 a { background-color: rgb(122,96,205); }

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

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

 span { border-color: rgb(122,96,205); }

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