#7554CF

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

Shades of Slate Blue #7554CF

Tints of Slate Blue #7554CF

Color information

#7554CF (or 0x7554CF) is unknown color: approx Slate Blue. HEX triplet: 75, 54 and CF. RGB value is (117,84,207). Sum of RGB (Red+Green+Blue) = 117+84+207=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #7554CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7554CF is #8AAB30. Grayscale: #6B6B6B. Windows color (decimal): -9087793 or 13587573. OLE color: 13587573.

HSL color Cylindrical-coordinate representation of color #7554CF: hue angle of 256.1º 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 #7554CF is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11784207-
CMYK0.430.5900.19
HSL256.1º56.16%57.06%-
HSV(B)256.1º59.42%81.18%-
XYZ21.7714.6360.71-
YUV107.89183.93134.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 207 (81.25% from 255) = 50.74%
R=28.68%
G=20.59%
B=50.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal117842070.430.5900.19256.156.1657.06
Hex7554CF2B3B0131003839
Octal16512431753730234007071
Binary1110101101010011001111101011111011010011100000000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7554CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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