#7460DA

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

Shades of Slate Blue #7460DA

Tints of Slate Blue #7460DA

Color information

#7460DA (or 0x7460DA) is unknown color: approx Slate Blue. HEX triplet: 74, 60 and DA. RGB value is (116,96,218). Sum of RGB (Red+Green+Blue) = 116+96+218=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #7460DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460DA is #8B9F25. Grayscale: #737373. Windows color (decimal): -9150246 or 14311540. OLE color: 14311540.

HSL color Cylindrical-coordinate representation of color #7460DA: hue angle of 249.84º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7460DA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11696218-
CMYK0.470.5600.15
HSL249.84º62.24%61.57%-
HSV(B)249.84º55.96%85.49%-
XYZ24.0417.1468.37-
YUV115.89185.63128.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.98%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 218 (85.55% from 255) = 50.70%
R=26.98%
G=22.33%
B=50.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116962180.470.5600.15249.8462.2461.57
Hex7460DA2F380Ffa3e3e
Octal16414033257700173727676
Binary11101001100000110110101011111110000111111111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7460DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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