#7f4bd4

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

Shades of Slate Blue #7F4BD4

Tints of Slate Blue #7F4BD4

Color information

#7F4BD4 (or 0x7F4BD4) is unknown color: approx Slate Blue. HEX triplet: 7F, 4B and D4. RGB value is (127,75,212). Sum of RGB (Red+Green+Blue) = 127+75+212=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 212 (83.20% from 255 or 51.21% from 414); Max value from RGB is 212 - color contains mainly: blue. Hex color #7F4BD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4BD4 is #80B42B. Grayscale: #696969. Windows color (decimal): -8434732 or 13912959. OLE color: 13912959.

HSL color Cylindrical-coordinate representation of color #7F4BD4: hue angle of 262.77º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F4BD4 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12775212-
CMYK0.400.6500.17
HSL262.77º61.43%56.27%-
HSV(B)262.77º64.62%83.14%-
XYZ23.1514.363.83-
YUV106.17187.73142.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.68%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 212 (83.20% from 255) = 51.21%
R=30.68%
G=18.12%
B=51.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal127752120.400.6500.17262.7761.4356.27
Hex7F4BD428410111073d38
Octal177113324501010214077570
Binary11111111001011110101001010001000001010001100000111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f4bd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,75,212); }

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

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

 a { background-color: rgb(127,75,212); }

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

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

 span { border-color: rgb(127,75,212); }

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