#7F54C1

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

Shades of Slate Blue #7F54C1

Tints of Slate Blue #7F54C1

Color information

#7F54C1 (or 0x7F54C1) is unknown color: approx Slate Blue. HEX triplet: 7F, 54 and C1. RGB value is (127,84,193). Sum of RGB (Red+Green+Blue) = 127+84+193=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #7F54C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F54C1 is #80AB3E. Grayscale: #6C6C6C. Windows color (decimal): -8432447 or 12670079. OLE color: 12670079.

HSL color Cylindrical-coordinate representation of color #7F54C1: hue angle of 263.67º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F54C1 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12784193-
CMYK0.340.5600.24
HSL263.67º46.78%54.31%-
HSV(B)263.67º56.48%75.69%-
XYZ21.5514.752.15-
YUV109.28175.25140.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 84 (33.20% from 255) = 20.79%
BLUE value IS 193 (75.78% from 255) = 47.77%
R=31.44%
G=20.79%
B=47.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127841930.340.5600.24263.6746.7854.31
Hex7F54C122380181082f36
Octal17712430142700304105766
Binary1111111101010011000001100010111000011000100001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F54C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F54C1; }

 p { color: rgb(127,84,193); }

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

<style>
 a { background-color: #7F54C1; }

 a { background-color: rgb(127,84,193); }

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

<style>
 span { border-color: #7F54C1; }

 span { border-color: rgb(127,84,193); }

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