#7754C1

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

Shades of Slate Blue #7754C1

Tints of Slate Blue #7754C1

Color information

#7754C1 (or 0x7754C1) is unknown color: approx Slate Blue. HEX triplet: 77, 54 and C1. RGB value is (119,84,193). Sum of RGB (Red+Green+Blue) = 119+84+193=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #7754C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7754C1 is #88AB3E. Grayscale: #6A6A6A. Windows color (decimal): -8956735 or 12670071. OLE color: 12670071.

HSL color Cylindrical-coordinate representation of color #7754C1: hue angle of 259.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7754C1 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11984193-
CMYK0.380.5600.24
HSL259.27º46.78%54.31%-
HSV(B)259.27º56.48%75.69%-
XYZ20.414.1152.1-
YUV106.89176.6136.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 193 (75.78% from 255) = 48.74%
R=30.05%
G=21.21%
B=48.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119841930.380.5600.24259.2746.7854.31
Hex7754C126380181032f36
Octal16712430146700304035766
Binary1110111101010011000001100110111000011000100000011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7754C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7754C1; }

 p { color: rgb(119,84,193); }

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

<style>
 a { background-color: #7754C1; }

 a { background-color: rgb(119,84,193); }

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

<style>
 span { border-color: #7754C1; }

 span { border-color: rgb(119,84,193); }

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