#7761C2

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

Shades of Slate Blue #7761C2

Tints of Slate Blue #7761C2

Color information

#7761C2 (or 0x7761C2) is unknown color: approx Slate Blue. HEX triplet: 77, 61 and C2. RGB value is (119,97,194). Sum of RGB (Red+Green+Blue) = 119+97+194=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 194 - color contains mainly: blue. Hex color #7761C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761C2 is #889E3D. Grayscale: #727272. Windows color (decimal): -8953406 or 12738935. OLE color: 12738935.

HSL color Cylindrical-coordinate representation of color #7761C2: hue angle of 253.61º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7761C2 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11997194-
CMYK0.390.5000.24
HSL253.61º44.29%57.06%-
HSV(B)253.61º50%76.08%-
XYZ21.6216.3753.06-
YUV114.64172.79131.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.02%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 194 (76.17% from 255) = 47.32%
R=29.02%
G=23.66%
B=47.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119971940.390.5000.24253.6144.2957.06
Hex7761C22732018fe2c39
Octal16714130247620303765471
Binary111011111000011100001010011111001001100011111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7761C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7761C2; }

 p { color: rgb(119,97,194); }

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

<style>
 a { background-color: #7761C2; }

 a { background-color: rgb(119,97,194); }

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

<style>
 span { border-color: #7761C2; }

 span { border-color: rgb(119,97,194); }

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