#7363D1

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

Shades of Slate Blue #7363D1

Tints of Slate Blue #7363D1

Color information

#7363D1 (or 0x7363D1) is unknown color: approx Slate Blue. HEX triplet: 73, 63 and D1. RGB value is (115,99,209). Sum of RGB (Red+Green+Blue) = 115+99+209=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #7363D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7363D1 is #8C9C2E. Grayscale: #737373. Windows color (decimal): -9215023 or 13722483. OLE color: 13722483.

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

Color convert

RGB11599209-
CMYK0.450.5300.18
HSL248.73º54.46%60.39%-
HSV(B)248.73º52.63%81.96%-
XYZ23.0417.1762.42-
YUV116.32180.3127.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.19%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 209 (82.03% from 255) = 49.41%
R=27.19%
G=23.40%
B=49.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115992090.450.5300.18248.7354.4660.39
Hex7363D12D35012f9363c
Octal16314332155650223716674
Binary111001111000111101000110110111010101001011111001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7363D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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