#7F54C3

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

Shades of Slate Blue #7F54C3

Tints of Slate Blue #7F54C3

Color information

#7F54C3 (or 0x7F54C3) is unknown color: approx Slate Blue. HEX triplet: 7F, 54 and C3. RGB value is (127,84,195). Sum of RGB (Red+Green+Blue) = 127+84+195=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #7F54C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F54C3 is #80AB3C. Grayscale: #6D6D6D. Windows color (decimal): -8432445 or 12801151. OLE color: 12801151.

HSL color Cylindrical-coordinate representation of color #7F54C3: hue angle of 263.24º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F54C3 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12784195-
CMYK0.350.5700.24
HSL263.24º48.05%54.71%-
HSV(B)263.24º56.92%76.47%-
XYZ21.7714.7953.34-
YUV109.51176.25140.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.28%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 195 (76.56% from 255) = 48.03%
R=31.28%
G=20.69%
B=48.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127841950.350.5700.24263.2448.0554.71
Hex7F54C323390181073037
Octal17712430343710304076067
Binary1111111101010011000011100011111001011000100000111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F54C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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