#7454CF

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

Shades of Slate Blue #7454CF

Tints of Slate Blue #7454CF

Color information

#7454CF (or 0x7454CF) is unknown color: approx Slate Blue. HEX triplet: 74, 54 and CF. RGB value is (116,84,207). Sum of RGB (Red+Green+Blue) = 116+84+207=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #7454CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7454CF is #8BAB30. Grayscale: #6B6B6B. Windows color (decimal): -9153329 or 13587572. OLE color: 13587572.

HSL color Cylindrical-coordinate representation of color #7454CF: hue angle of 255.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7454CF is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11684207-
CMYK0.440.5900.19
HSL255.61º56.16%57.06%-
HSV(B)255.61º59.42%81.18%-
XYZ21.6414.5660.7-
YUV107.59184.1134-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 207 (81.25% from 255) = 50.86%
R=28.50%
G=20.64%
B=50.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116842070.440.5900.19255.6156.1657.06
Hex7454CF2C3B0131003839
Octal16412431754730234007071
Binary1110100101010011001111101100111011010011100000000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7454CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7454CF; }

 p { color: rgb(116,84,207); }

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

<style>
 a { background-color: #7454CF; }

 a { background-color: rgb(116,84,207); }

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

<style>
 span { border-color: #7454CF; }

 span { border-color: rgb(116,84,207); }

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