#7A4BCA

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

Shades of Slate Blue #7A4BCA

Tints of Slate Blue #7A4BCA

Color information

#7A4BCA (or 0x7A4BCA) is unknown color: approx Slate Blue. HEX triplet: 7A, 4B and CA. RGB value is (122,75,202). Sum of RGB (Red+Green+Blue) = 122+75+202=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A4BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4BCA is #85B435. Grayscale: #676767. Windows color (decimal): -8762422 or 13257594. OLE color: 13257594.

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

Color convert

RGB12275202-
CMYK0.400.6300.21
HSL262.2º54.51%54.31%-
HSV(B)262.2º62.87%79.22%-
XYZ21.213.4357.35-
YUV103.53183.57141.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 75 (29.69% from 255) = 18.80%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=30.58%
G=18.80%
B=50.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122752020.400.6300.21262.254.5154.31
Hex7A4BCA283F0151063736
Octal17211331250770254066766
Binary1111010100101111001010101000111111010101100000110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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