#7369C9

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

Shades of Slate Blue #7369C9

Tints of Slate Blue #7369C9

Color information

#7369C9 (or 0x7369C9) is unknown color: approx Slate Blue. HEX triplet: 73, 69 and C9. RGB value is (115,105,201). Sum of RGB (Red+Green+Blue) = 115+105+201=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #7369C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369C9 is #8C9636. Grayscale: #767676. Windows color (decimal): -9213495 or 13199731. OLE color: 13199731.

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

Color convert

RGB115105201-
CMYK0.430.4800.21
HSL246.25º47.06%60%-
HSV(B)246.25º47.76%78.82%-
XYZ22.6617.9757.53-
YUV118.93174.31125.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 201 (78.91% from 255) = 47.74%
R=27.32%
G=24.94%
B=47.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151052010.430.4800.21246.2547.0660
Hex7369C92B30015f62f3c
Octal16315131153600253665774
Binary111001111010011100100110101111000001010111110110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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