#7F48C9

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

Shades of Slate Blue #7F48C9

Tints of Slate Blue #7F48C9

Color information

#7F48C9 (or 0x7F48C9) is unknown color: approx Slate Blue. HEX triplet: 7F, 48 and C9. RGB value is (127,72,201). Sum of RGB (Red+Green+Blue) = 127+72+201=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #7F48C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F48C9 is #80B736. Grayscale: #666666. Windows color (decimal): -8435511 or 13191295. OLE color: 13191295.

HSL color Cylindrical-coordinate representation of color #7F48C9: hue angle of 265.58º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F48C9 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12772201-
CMYK0.370.6400.21
HSL265.58º54.43%53.53%-
HSV(B)265.58º64.18%78.82%-
XYZ21.6113.3656.7-
YUV103.15183.22145.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.75%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 201 (78.91% from 255) = 50.25%
R=31.75%
G=18%
B=50.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127722010.370.6400.21265.5854.4353.53
Hex7F48C9254001510a3636
Octal177110311451000254126666
Binary11111111001000110010011001011000000010101100001010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F48C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,72,201); }

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

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

 a { background-color: rgb(127,72,201); }

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

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

 span { border-color: rgb(127,72,201); }

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