#7A51DC

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

Shades of Slate Blue #7A51DC

Tints of Slate Blue #7A51DC

Color information

#7A51DC (or 0x7A51DC) is unknown color: approx Slate Blue. HEX triplet: 7A, 51 and DC. RGB value is (122,81,220). Sum of RGB (Red+Green+Blue) = 122+81+220=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A51DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A51DC is #85AE23. Grayscale: #6C6C6C. Windows color (decimal): -8760868 or 14438778. OLE color: 14438778.

HSL color Cylindrical-coordinate representation of color #7A51DC: hue angle of 257.7º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A51DC is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12281220-
CMYK0.450.6300.14
HSL257.7º66.51%59.02%-
HSV(B)257.7º63.18%86.27%-
XYZ23.8915.1969.38-
YUV109.1190.58137.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.84%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=28.84%
G=19.15%
B=52.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal122812200.450.6300.14257.766.5159.02
Hex7A51DC2D3F0E102433b
Octal172121334557701640210373
Binary1111010101000111011100101101111111011101000000101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A51DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,81,220); }

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

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

 a { background-color: rgb(122,81,220); }

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

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

 span { border-color: rgb(122,81,220); }

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