#7657C2

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

Shades of Slate Blue #7657C2

Tints of Slate Blue #7657C2

Color information

#7657C2 (or 0x7657C2) is unknown color: approx Slate Blue. HEX triplet: 76, 57 and C2. RGB value is (118,87,194). Sum of RGB (Red+Green+Blue) = 118+87+194=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #7657C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7657C2 is #89A83D. Grayscale: #6C6C6C. Windows color (decimal): -9021502 or 12736374. OLE color: 12736374.

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

Color convert

RGB11887194-
CMYK0.390.5500.24
HSL257.38º46.72%55.1%-
HSV(B)257.38º55.15%76.08%-
XYZ20.6214.5652.76-
YUV108.47176.27134.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 194 (76.17% from 255) = 48.62%
R=29.57%
G=21.80%
B=48.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118871940.390.5500.24257.3846.7255.1
Hex7657C227370181012f37
Octal16612730247670304015767
Binary1110110101011111000010100111110111011000100000001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7657C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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