#7A4BDF

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

Shades of Slate Blue #7A4BDF

Tints of Slate Blue #7A4BDF

Color information

#7A4BDF (or 0x7A4BDF) is unknown color: approx Slate Blue. HEX triplet: 7A, 4B and DF. RGB value is (122,75,223). Sum of RGB (Red+Green+Blue) = 122+75+223=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A4BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4BDF is #85B420. Grayscale: #696969. Windows color (decimal): -8762401 or 14633850. OLE color: 14633850.

HSL color Cylindrical-coordinate representation of color #7A4BDF: hue angle of 259.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A4BDF is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12275223-
CMYK0.450.6600.13
HSL259.05º69.81%58.43%-
HSV(B)259.05º66.37%87.45%-
XYZ23.8614.571.35-
YUV105.92194.07139.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.05%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 223 (87.5% from 255) = 53.10%
R=29.05%
G=17.86%
B=53.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122752230.450.6600.13259.0569.8158.43
Hex7A4BDF2D420D103463a
Octal1721133375510201540310672
Binary11110101001011110111111011011000010011011000000111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,75,223); }

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

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

 a { background-color: rgb(122,75,223); }

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

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

 span { border-color: rgb(122,75,223); }

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