#7551C1

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

Shades of Slate Blue #7551C1

Tints of Slate Blue #7551C1

Color information

#7551C1 (or 0x7551C1) is unknown color: approx Slate Blue. HEX triplet: 75, 51 and C1. RGB value is (117,81,193). Sum of RGB (Red+Green+Blue) = 117+81+193=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #7551C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551C1 is #8AAE3E. Grayscale: #686868. Windows color (decimal): -9088575 or 12669301. OLE color: 12669301.

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

Color convert

RGB11781193-
CMYK0.390.5800.24
HSL259.29º47.46%53.73%-
HSV(B)259.29º58.03%75.69%-
XYZ19.913.5252.01-
YUV104.53177.93136.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=29.92%
G=20.72%
B=49.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117811930.390.5800.24259.2947.4653.73
Hex7551C1273A0181032f36
Octal16512130147720304035766
Binary1110101101000111000001100111111010011000100000011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7551C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,81,193); }

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

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

 a { background-color: rgb(117,81,193); }

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

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

 span { border-color: rgb(117,81,193); }

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