#7660CC

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

Shades of Slate Blue #7660CC

Tints of Slate Blue #7660CC

Color information

#7660CC (or 0x7660CC) is unknown color: approx Slate Blue. HEX triplet: 76, 60 and CC. RGB value is (118,96,204). Sum of RGB (Red+Green+Blue) = 118+96+204=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #7660CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7660CC is #899F33. Grayscale: #727272. Windows color (decimal): -9019188 or 13394038. OLE color: 13394038.

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

Color convert

RGB11896204-
CMYK0.420.5300.2
HSL252.22º51.43%58.82%-
HSV(B)252.22º52.94%80%-
XYZ22.5516.5859.14-
YUV114.89178.29130.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 204 (80.08% from 255) = 48.80%
R=28.23%
G=22.97%
B=48.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal118962040.420.5300.2252.2251.4358.82
Hex7660CC2A35014fc333b
Octal16614031452650243746373
Binary111011011000001100110010101011010101010011111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7660CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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