#7653C8

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

Shades of Slate Blue #7653C8

Tints of Slate Blue #7653C8

Color information

#7653C8 (or 0x7653C8) is unknown color: approx Slate Blue. HEX triplet: 76, 53 and C8. RGB value is (118,83,200). Sum of RGB (Red+Green+Blue) = 118+83+200=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #7653C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7653C8 is #89AC37. Grayscale: #6A6A6A. Windows color (decimal): -9022520 or 13128566. OLE color: 13128566.

HSL color Cylindrical-coordinate representation of color #7653C8: hue angle of 257.95º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7653C8 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11883200-
CMYK0.410.5800.22
HSL257.95º51.54%55.49%-
HSV(B)257.95º58.5%78.43%-
XYZ20.9914.2156.28-
YUV106.8180.6135.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 200 (78.52% from 255) = 49.88%
R=29.43%
G=20.70%
B=49.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118832000.410.5800.22257.9551.5455.49
Hex7653C8293A0161023437
Octal16612331051720264026467
Binary1110110101001111001000101001111010010110100000010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7653C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7653C8; }

 p { color: rgb(118,83,200); }

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

<style>
 a { background-color: #7653C8; }

 a { background-color: rgb(118,83,200); }

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

<style>
 span { border-color: #7653C8; }

 span { border-color: rgb(118,83,200); }

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