#7363D0

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

Shades of Slate Blue #7363D0

Tints of Slate Blue #7363D0

Color information

#7363D0 (or 0x7363D0) is unknown color: approx Slate Blue. HEX triplet: 73, 63 and D0. RGB value is (115,99,208). Sum of RGB (Red+Green+Blue) = 115+99+208=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #7363D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7363D0 is #8C9C2F. Grayscale: #737373. Windows color (decimal): -9215024 or 13656947. OLE color: 13656947.

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

Color convert

RGB11599208-
CMYK0.450.5200.18
HSL248.81º53.69%60.2%-
HSV(B)248.81º52.4%81.57%-
XYZ22.9217.1261.77-
YUV116.21179.8127.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 208 (81.64% from 255) = 49.29%
R=27.25%
G=23.46%
B=49.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115992080.450.5200.18248.8153.6960.2
Hex7363D02D34012f9363c
Octal16314332055640223716674
Binary111001111000111101000010110111010001001011111001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7363D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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