#7547CC

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

Shades of Slate Blue #7547CC

Tints of Slate Blue #7547CC

Color information

#7547CC (or 0x7547CC) is unknown color: approx Slate Blue. HEX triplet: 75, 47 and CC. RGB value is (117,71,204). Sum of RGB (Red+Green+Blue) = 117+71+204=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #7547CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7547CC is #8AB833. Grayscale: #636363. Windows color (decimal): -9091124 or 13387637. OLE color: 13387637.

HSL color Cylindrical-coordinate representation of color #7547CC: hue angle of 260.75º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7547CC is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11771204-
CMYK0.430.6500.2
HSL260.75º56.6%53.92%-
HSV(B)260.75º65.2%80%-
XYZ20.4912.6558.49-
YUV99.92186.74140.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 71 (28.12% from 255) = 18.11%
BLUE value IS 204 (80.08% from 255) = 52.04%
R=29.85%
G=18.11%
B=52.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117712040.430.6500.2260.7556.653.92
Hex7547CC2B410141053936
Octal165107314531010244057166
Binary11101011000111110011001010111000001010100100000101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7547CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7547CC; }

 p { color: rgb(117,71,204); }

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

<style>
 a { background-color: #7547CC; }

 a { background-color: rgb(117,71,204); }

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

<style>
 span { border-color: #7547CC; }

 span { border-color: rgb(117,71,204); }

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