#7454CE

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

Shades of Slate Blue #7454CE

Tints of Slate Blue #7454CE

Color information

#7454CE (or 0x7454CE) is unknown color: approx Slate Blue. HEX triplet: 74, 54 and CE. RGB value is (116,84,206). Sum of RGB (Red+Green+Blue) = 116+84+206=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #7454CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7454CE is #8BAB31. Grayscale: #6B6B6B. Windows color (decimal): -9153330 or 13522036. OLE color: 13522036.

HSL color Cylindrical-coordinate representation of color #7454CE: hue angle of 255.74º degrees, saturation: 0.55, 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 #7454CE is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11684206-
CMYK0.440.5900.19
HSL255.74º55.45%56.86%-
HSV(B)255.74º59.22%80.78%-
XYZ21.5114.5160.06-
YUV107.48183.6134.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 206 (80.86% from 255) = 50.74%
R=28.57%
G=20.69%
B=50.74%

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
Decimal116842060.440.5900.19255.7455.4556.86
Hex7454CE2C3B0131003739
Octal16412431654730234006771
Binary1110100101010011001110101100111011010011100000000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7454CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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