#7463D1

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

Shades of Slate Blue #7463D1

Tints of Slate Blue #7463D1

Color information

#7463D1 (or 0x7463D1) is unknown color: approx Slate Blue. HEX triplet: 74, 63 and D1. RGB value is (116,99,209). Sum of RGB (Red+Green+Blue) = 116+99+209=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #7463D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7463D1 is #8B9C2E. Grayscale: #747474. Windows color (decimal): -9149487 or 13722484. OLE color: 13722484.

HSL color Cylindrical-coordinate representation of color #7463D1: hue angle of 249.27º 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 #7463D1 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11699209-
CMYK0.440.5300.18
HSL249.27º54.46%60.39%-
HSV(B)249.27º52.63%81.96%-
XYZ23.1717.2462.43-
YUV116.62180.13127.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.36%
GREEN value IS 99 (39.06% from 255) = 23.35%
BLUE value IS 209 (82.03% from 255) = 49.29%
R=27.36%
G=23.35%
B=49.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116992090.440.5300.18249.2754.4660.39
Hex7463D12C35012f9363c
Octal16414332154650223716674
Binary111010011000111101000110110011010101001011111001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7463D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7463D1; }

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

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

<style>
 a { background-color: #7463D1; }

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

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

<style>
 span { border-color: #7463D1; }

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

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