#7A63D1

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

Shades of Slate Blue #7A63D1

Tints of Slate Blue #7A63D1

Color information

#7A63D1 (or 0x7A63D1) is unknown color: approx Slate Blue. HEX triplet: 7A, 63 and D1. RGB value is (122,99,209). Sum of RGB (Red+Green+Blue) = 122+99+209=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A63D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A63D1 is #859C2E. Grayscale: #757575. Windows color (decimal): -8756271 or 13722490. OLE color: 13722490.

HSL color Cylindrical-coordinate representation of color #7A63D1: hue angle of 252.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A63D1 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12299209-
CMYK0.420.5300.18
HSL252.55º54.46%60.39%-
HSV(B)252.55º52.63%81.96%-
XYZ2417.6662.47-
YUV118.42179.12130.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.37%
GREEN value IS 99 (39.06% from 255) = 23.02%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=28.37%
G=23.02%
B=48.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122992090.420.5300.18252.5554.4660.39
Hex7A63D12A35012fd363c
Octal17214332152650223756674
Binary111101011000111101000110101011010101001011111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A63D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,99,209); }

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

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

 a { background-color: rgb(122,99,209); }

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

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

 span { border-color: rgb(122,99,209); }

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