#7260D0

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

Shades of Slate Blue #7260D0

Tints of Slate Blue #7260D0

Color information

#7260D0 (or 0x7260D0) is unknown color: approx Slate Blue. HEX triplet: 72, 60 and D0. RGB value is (114,96,208). Sum of RGB (Red+Green+Blue) = 114+96+208=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #7260D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7260D0 is #8D9F2F. Grayscale: #717171. Windows color (decimal): -9281328 or 13656178. OLE color: 13656178.

HSL color Cylindrical-coordinate representation of color #7260D0: hue angle of 249.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7260D0 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11496208-
CMYK0.450.5400.18
HSL249.64º54.37%59.61%-
HSV(B)249.64º53.85%81.57%-
XYZ22.5116.561.67-
YUV114.15180.96127.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 208 (81.64% from 255) = 49.76%
R=27.27%
G=22.97%
B=49.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114962080.450.5400.18249.6454.3759.61
Hex7260D02D36012fa363c
Octal16214032055660223726674
Binary111001011000001101000010110111011001001011111010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7260D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7260D0; }

 p { color: rgb(114,96,208); }

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

<style>
 a { background-color: #7260D0; }

 a { background-color: rgb(114,96,208); }

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

<style>
 span { border-color: #7260D0; }

 span { border-color: rgb(114,96,208); }

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