#7760D1

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

Shades of Slate Blue #7760D1

Tints of Slate Blue #7760D1

Color information

#7760D1 (or 0x7760D1) is unknown color: approx Slate Blue. HEX triplet: 77, 60 and D1. RGB value is (119,96,209). Sum of RGB (Red+Green+Blue) = 119+96+209=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #7760D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760D1 is #889F2E. Grayscale: #737373. Windows color (decimal): -8953647 or 13721719. OLE color: 13721719.

HSL color Cylindrical-coordinate representation of color #7760D1: hue angle of 252.21º degrees, saturation: 0.55, 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 #7760D1 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11996209-
CMYK0.430.5400.18
HSL252.21º55.12%59.8%-
HSV(B)252.21º54.07%81.96%-
XYZ23.316.8962.35-
YUV115.76180.62130.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.07%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 209 (82.03% from 255) = 49.29%
R=28.07%
G=22.64%
B=49.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal119962090.430.5400.18252.2155.1259.8
Hex7760D12B36012fc373c
Octal16714032153660223746774
Binary111011111000001101000110101111011001001011111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7760D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7760D1; }

 p { color: rgb(119,96,209); }

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

<style>
 a { background-color: #7760D1; }

 a { background-color: rgb(119,96,209); }

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

<style>
 span { border-color: #7760D1; }

 span { border-color: rgb(119,96,209); }

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