#7661C2

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

Shades of Slate Blue #7661C2

Tints of Slate Blue #7661C2

Color information

#7661C2 (or 0x7661C2) is unknown color: approx Slate Blue. HEX triplet: 76, 61 and C2. RGB value is (118,97,194). Sum of RGB (Red+Green+Blue) = 118+97+194=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #7661C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7661C2 is #899E3D. Grayscale: #717171. Windows color (decimal): -9018942 or 12738934. OLE color: 12738934.

HSL color Cylindrical-coordinate representation of color #7661C2: hue angle of 252.99º 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 #7661C2 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11897194-
CMYK0.390.5000.24
HSL252.99º44.29%57.06%-
HSV(B)252.99º50%76.08%-
XYZ21.4816.353.05-
YUV114.34172.96130.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 194 (76.17% from 255) = 47.43%
R=28.85%
G=23.72%
B=47.43%

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
Decimal118971940.390.5000.24252.9944.2957.06
Hex7661C22732018fd2c39
Octal16614130247620303755471
Binary111011011000011100001010011111001001100011111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7661C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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