#7657D6

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

Shades of Slate Blue #7657D6

Tints of Slate Blue #7657D6

Color information

#7657D6 (or 0x7657D6) is unknown color: approx Slate Blue. HEX triplet: 76, 57 and D6. RGB value is (118,87,214). Sum of RGB (Red+Green+Blue) = 118+87+214=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #7657D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7657D6 is #89A829. Grayscale: #6E6E6E. Windows color (decimal): -9021482 or 14047094. OLE color: 14047094.

HSL color Cylindrical-coordinate representation of color #7657D6: hue angle of 254.65º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7657D6 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11887214-
CMYK0.450.5900.16
HSL254.65º60.77%59.02%-
HSV(B)254.65º59.35%83.92%-
XYZ23.0215.5265.4-
YUV110.75186.27133.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.16%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 214 (83.98% from 255) = 51.07%
R=28.16%
G=20.76%
B=51.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal118872140.450.5900.16254.6560.7759.02
Hex7657D62D3B010ff3d3b
Octal16612732655730203777573
Binary111011010101111101011010110111101101000011111111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7657D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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