#7D4BDA

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

Shades of Slate Blue #7D4BDA

Tints of Slate Blue #7D4BDA

Color information

#7D4BDA (or 0x7D4BDA) is unknown color: approx Slate Blue. HEX triplet: 7D, 4B and DA. RGB value is (125,75,218). Sum of RGB (Red+Green+Blue) = 125+75+218=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D4BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BDA is #82B425. Grayscale: #696969. Windows color (decimal): -8565798 or 14306173. OLE color: 14306173.

HSL color Cylindrical-coordinate representation of color #7D4BDA: hue angle of 260.98º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D4BDA is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12575218-
CMYK0.430.6600.15
HSL260.98º65.9%57.45%-
HSV(B)260.98º65.6%85.49%-
XYZ23.6314.4567.87-
YUV106.25191.06141.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.90%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 218 (85.55% from 255) = 52.15%
R=29.90%
G=17.94%
B=52.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125752180.430.6600.15260.9865.957.45
Hex7D4BDA2B420F1054239
Octal1751133325310201740510271
Binary11111011001011110110101010111000010011111000001011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,75,218); }

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

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

 a { background-color: rgb(125,75,218); }

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

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

 span { border-color: rgb(125,75,218); }

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