#7A5DCB

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

Shades of Slate Blue #7A5DCB

Tints of Slate Blue #7A5DCB

Color information

#7A5DCB (or 0x7A5DCB) is unknown color: approx Slate Blue. HEX triplet: 7A, 5D and CB. RGB value is (122,93,203). Sum of RGB (Red+Green+Blue) = 122+93+203=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A5DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5DCB is #85A234. Grayscale: #717171. Windows color (decimal): -8757813 or 13327738. OLE color: 13327738.

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

Color convert

RGB12293203-
CMYK0.400.5400.20
HSL255.82º51.4%58.04%-
HSV(B)255.82º54.19%79.61%-
XYZ22.7216.2858.44-
YUV114.21178.11133.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.19%
GREEN value IS 93 (36.72% from 255) = 22.25%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=29.19%
G=22.25%
B=48.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122932030.400.5400.20255.8251.458.04
Hex7A5DCB2836014100333a
Octal17213531350660244006372
Binary1111010101110111001011101000110110010100100000000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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