#7463D5

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

Shades of Slate Blue #7463D5

Tints of Slate Blue #7463D5

Color information

#7463D5 (or 0x7463D5) is unknown color: approx Slate Blue. HEX triplet: 74, 63 and D5. RGB value is (116,99,213). Sum of RGB (Red+Green+Blue) = 116+99+213=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #7463D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7463D5 is #8B9C2A. Grayscale: #747474. Windows color (decimal): -9149483 or 13984628. OLE color: 13984628.

HSL color Cylindrical-coordinate representation of color #7463D5: hue angle of 248.95º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7463D5 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11699213-
CMYK0.460.5400.16
HSL248.95º57.58%61.18%-
HSV(B)248.95º53.52%83.53%-
XYZ23.6717.4465.07-
YUV117.08182.13127.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 99 (39.06% from 255) = 23.13%
BLUE value IS 213 (83.59% from 255) = 49.77%
R=27.10%
G=23.13%
B=49.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal116992130.460.5400.16248.9557.5861.18
Hex7463D52E36010f93a3d
Octal16414332556660203717275
Binary111010011000111101010110111011011001000011111001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7463D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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