#7460CA

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

Shades of Slate Blue #7460CA

Tints of Slate Blue #7460CA

Color information

#7460CA (or 0x7460CA) is unknown color: approx Slate Blue. HEX triplet: 74, 60 and CA. RGB value is (116,96,202). Sum of RGB (Red+Green+Blue) = 116+96+202=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #7460CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460CA is #8B9F35. Grayscale: #717171. Windows color (decimal): -9150262 or 13262964. OLE color: 13262964.

HSL color Cylindrical-coordinate representation of color #7460CA: hue angle of 251.32º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7460CA is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11696202-
CMYK0.430.5200.21
HSL251.32º50%58.43%-
HSV(B)251.32º52.48%79.22%-
XYZ22.0516.3457.87-
YUV114.06177.63129.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=28.02%
G=23.19%
B=48.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116962020.430.5200.21251.325058.43
Hex7460CA2B34015fb323a
Octal16414031253640253736272
Binary111010011000001100101010101111010001010111111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7460CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7460CA; }

 p { color: rgb(116,96,202); }

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

<style>
 a { background-color: #7460CA; }

 a { background-color: rgb(116,96,202); }

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

<style>
 span { border-color: #7460CA; }

 span { border-color: rgb(116,96,202); }

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