#7460CD

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

Shades of Slate Blue #7460CD

Tints of Slate Blue #7460CD

Color information

#7460CD (or 0x7460CD) is unknown color: approx Slate Blue. HEX triplet: 74, 60 and CD. RGB value is (116,96,205). Sum of RGB (Red+Green+Blue) = 116+96+205=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #7460CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460CD is #8B9F32. Grayscale: #717171. Windows color (decimal): -9150259 or 13459572. OLE color: 13459572.

HSL color Cylindrical-coordinate representation of color #7460CD: hue angle of 251.01º 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 #7460CD is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11696205-
CMYK0.430.5300.20
HSL251.01º52.15%59.02%-
HSV(B)251.01º53.17%80.39%-
XYZ22.416.4959.76-
YUV114.41179.13129.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.82%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 205 (80.47% from 255) = 49.16%
R=27.82%
G=23.02%
B=49.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal116962050.430.5300.20251.0152.1559.02
Hex7460CD2B35014fb343b
Octal16414031553650243736473
Binary111010011000001100110110101111010101010011111011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7460CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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