#7655C3

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

Shades of Slate Blue #7655C3

Tints of Slate Blue #7655C3

Color information

#7655C3 (or 0x7655C3) is unknown color: approx Slate Blue. HEX triplet: 76, 55 and C3. RGB value is (118,85,195). Sum of RGB (Red+Green+Blue) = 118+85+195=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #7655C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655C3 is #89AA3C. Grayscale: #6B6B6B. Windows color (decimal): -9022013 or 12801398. OLE color: 12801398.

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

Color convert

RGB11885195-
CMYK0.390.5600.24
HSL258º47.83%54.9%-
HSV(B)258º56.41%76.47%-
XYZ20.5714.2953.3-
YUV107.41177.43135.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 195 (76.56% from 255) = 48.99%
R=29.65%
G=21.36%
B=48.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118851950.390.5600.2425847.8354.9
Hex7655C327380181023037
Octal16612530347700304026067
Binary1110110101010111000011100111111000011000100000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7655C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7655C3; }

 p { color: rgb(118,85,195); }

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

<style>
 a { background-color: #7655C3; }

 a { background-color: rgb(118,85,195); }

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

<style>
 span { border-color: #7655C3; }

 span { border-color: rgb(118,85,195); }

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