#7654C5

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

Shades of Slate Blue #7654C5

Tints of Slate Blue #7654C5

Color information

#7654C5 (or 0x7654C5) is unknown color: approx Slate Blue. HEX triplet: 76, 54 and C5. RGB value is (118,84,197). Sum of RGB (Red+Green+Blue) = 118+84+197=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 197 (77.34% from 255 or 49.37% from 399); Max value from RGB is 197 - color contains mainly: blue. Hex color #7654C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7654C5 is #89AB3A. Grayscale: #6A6A6A. Windows color (decimal): -9022267 or 12932214. OLE color: 12932214.

HSL color Cylindrical-coordinate representation of color #7654C5: hue angle of 258.05º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7654C5 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11884197-
CMYK0.400.5700.23
HSL258.05º49.34%55.1%-
HSV(B)258.05º57.36%77.25%-
XYZ20.7214.2254.48-
YUV107.05178.76135.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 197 (77.34% from 255) = 49.37%
R=29.57%
G=21.05%
B=49.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118841970.400.5700.23258.0549.3455.1
Hex7654C528390171023137
Octal16612430550710274026167
Binary1110110101010011000101101000111001010111100000010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7654C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7654C5; }

 p { color: rgb(118,84,197); }

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

<style>
 a { background-color: #7654C5; }

 a { background-color: rgb(118,84,197); }

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

<style>
 span { border-color: #7654C5; }

 span { border-color: rgb(118,84,197); }

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