#7361D1

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

Shades of Slate Blue #7361D1

Tints of Slate Blue #7361D1

Color information

#7361D1 (or 0x7361D1) is unknown color: approx Slate Blue. HEX triplet: 73, 61 and D1. RGB value is (115,97,209). Sum of RGB (Red+Green+Blue) = 115+97+209=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #7361D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7361D1 is #8C9E2E. Grayscale: #727272. Windows color (decimal): -9215535 or 13721971. OLE color: 13721971.

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

Color convert

RGB11597209-
CMYK0.450.5400.18
HSL249.64º54.9%60%-
HSV(B)249.64º53.59%81.96%-
XYZ22.8516.862.36-
YUV115.15180.96127.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 209 (82.03% from 255) = 49.64%
R=27.32%
G=23.04%
B=49.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115972090.450.5400.18249.6454.960
Hex7361D12D36012fa373c
Octal16314132155660223726774
Binary111001111000011101000110110111011001001011111010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7361D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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