#7455C1

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

Shades of Slate Blue #7455C1

Tints of Slate Blue #7455C1

Color information

#7455C1 (or 0x7455C1) is unknown color: approx Slate Blue. HEX triplet: 74, 55 and C1. RGB value is (116,85,193). Sum of RGB (Red+Green+Blue) = 116+85+193=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #7455C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7455C1 is #8BAA3E. Grayscale: #6A6A6A. Windows color (decimal): -9153087 or 12670324. OLE color: 12670324.

HSL color Cylindrical-coordinate representation of color #7455C1: hue angle of 257.22º degrees, saturation: 0.47, 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 #7455C1 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11685193-
CMYK0.400.5600.24
HSL257.22º46.55%54.51%-
HSV(B)257.22º55.96%75.69%-
XYZ20.0814.0652.11-
YUV106.58176.77134.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 193 (75.78% from 255) = 48.98%
R=29.44%
G=21.57%
B=48.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116851930.400.5600.24257.2246.5554.51
Hex7455C128380181012f37
Octal16412530150700304015767
Binary1110100101010111000001101000111000011000100000001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7455C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,85,193); }

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

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

 a { background-color: rgb(116,85,193); }

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

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

 span { border-color: rgb(116,85,193); }

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