#7260CC

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

Shades of Slate Blue #7260CC

Tints of Slate Blue #7260CC

Color information

#7260CC (or 0x7260CC) is unknown color: approx Slate Blue. HEX triplet: 72, 60 and CC. RGB value is (114,96,204). Sum of RGB (Red+Green+Blue) = 114+96+204=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #7260CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7260CC is #8D9F33. Grayscale: #717171. Windows color (decimal): -9281332 or 13394034. OLE color: 13394034.

HSL color Cylindrical-coordinate representation of color #7260CC: hue angle of 250º degrees, saturation: 0.51, 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 #7260CC is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11496204-
CMYK0.440.5300.2
HSL250º51.43%58.82%-
HSV(B)250º52.94%80%-
XYZ22.0216.359.11-
YUV113.69178.96128.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=27.54%
G=23.19%
B=49.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal114962040.440.5300.225051.4358.82
Hex7260CC2C35014fa333b
Octal16214031454650243726373
Binary111001011000001100110010110011010101010011111010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7260CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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