#7460DD

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

Shades of Slate Blue #7460DD

Tints of Slate Blue #7460DD

Color information

#7460DD (or 0x7460DD) is unknown color: approx Slate Blue. HEX triplet: 74, 60 and DD. RGB value is (116,96,221). Sum of RGB (Red+Green+Blue) = 116+96+221=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #7460DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460DD is #8B9F22. Grayscale: #737373. Windows color (decimal): -9150243 or 14508148. OLE color: 14508148.

HSL color Cylindrical-coordinate representation of color #7460DD: hue angle of 249.6º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7460DD is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11696221-
CMYK0.480.5700.13
HSL249.6º64.77%62.16%-
HSV(B)249.6º56.56%86.67%-
XYZ24.4417.370.46-
YUV116.23187.13127.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.79%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=26.79%
G=22.17%
B=51.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116962210.480.5700.13249.664.7762.16
Hex7460DD30390Dfa413e
Octal164140335607101537210176
Binary111010011000001101110111000011100101101111110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7460DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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