#7369D6

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

Shades of Slate Blue #7369D6

Tints of Slate Blue #7369D6

Color information

#7369D6 (or 0x7369D6) is unknown color: approx Slate Blue. HEX triplet: 73, 69 and D6. RGB value is (115,105,214). Sum of RGB (Red+Green+Blue) = 115+105+214=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #7369D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369D6 is #8C9629. Grayscale: #777777. Windows color (decimal): -9213482 or 14051699. OLE color: 14051699.

HSL color Cylindrical-coordinate representation of color #7369D6: hue angle of 245.5º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7369D6 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB115105214-
CMYK0.460.5100.16
HSL245.5º57.07%62.55%-
HSV(B)245.5º50.93%83.92%-
XYZ24.2618.665.93-
YUV120.42180.81124.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.50%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 214 (83.98% from 255) = 49.31%
R=26.50%
G=24.19%
B=49.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151052140.460.5100.16245.557.0762.55
Hex7369D62E33010f6393f
Octal16315132656630203667177
Binary111001111010011101011010111011001101000011110110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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