#7362C9

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

Shades of Slate Blue #7362C9

Tints of Slate Blue #7362C9

Color information

#7362C9 (or 0x7362C9) is unknown color: approx Slate Blue. HEX triplet: 73, 62 and C9. RGB value is (115,98,201). Sum of RGB (Red+Green+Blue) = 115+98+201=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #7362C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7362C9 is #8C9D36. Grayscale: #727272. Windows color (decimal): -9215287 or 13197939. OLE color: 13197939.

HSL color Cylindrical-coordinate representation of color #7362C9: hue angle of 249.9º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7362C9 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11598201-
CMYK0.430.5100.21
HSL249.9º48.82%58.63%-
HSV(B)249.9º51.24%78.82%-
XYZ21.9816.657.3-
YUV114.82176.63128.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.78%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 201 (78.91% from 255) = 48.55%
R=27.78%
G=23.67%
B=48.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal115982010.430.5100.21249.948.8258.63
Hex7362C92B33015fa313b
Octal16314231153630253726173
Binary111001111000101100100110101111001101010111111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7362C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7362C9; }

 p { color: rgb(115,98,201); }

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

<style>
 a { background-color: #7362C9; }

 a { background-color: rgb(115,98,201); }

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

<style>
 span { border-color: #7362C9; }

 span { border-color: rgb(115,98,201); }

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