#7A48CB

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

Shades of Slate Blue #7A48CB

Tints of Slate Blue #7A48CB

Color information

#7A48CB (or 0x7A48CB) is unknown color: approx Slate Blue. HEX triplet: 7A, 48 and CB. RGB value is (122,72,203). Sum of RGB (Red+Green+Blue) = 122+72+203=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A48CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A48CB is #85B734. Grayscale: #656565. Windows color (decimal): -8763189 or 13322362. OLE color: 13322362.

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

Color convert

RGB12272203-
CMYK0.400.6500.20
HSL262.9º55.74%53.92%-
HSV(B)262.9º64.53%79.61%-
XYZ21.1213.0857.91-
YUV101.88185.06142.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 203 (79.69% from 255) = 51.13%
R=30.73%
G=18.14%
B=51.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122722030.400.6500.20262.955.7453.92
Hex7A48CB28410141073836
Octal172110313501010244077066
Binary11110101001000110010111010001000001010100100000111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A48CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,72,203); }

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

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

 a { background-color: rgb(122,72,203); }

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

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

 span { border-color: rgb(122,72,203); }

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