#7368C9

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

Shades of Slate Blue #7368C9

Tints of Slate Blue #7368C9

Color information

#7368C9 (or 0x7368C9) is unknown color: approx Slate Blue. HEX triplet: 73, 68 and C9. RGB value is (115,104,201). Sum of RGB (Red+Green+Blue) = 115+104+201=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #7368C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7368C9 is #8C9736. Grayscale: #757575. Windows color (decimal): -9213751 or 13199475. OLE color: 13199475.

HSL color Cylindrical-coordinate representation of color #7368C9: hue angle of 246.8º 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 #7368C9 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115104201-
CMYK0.430.4800.21
HSL246.8º47.32%59.8%-
HSV(B)246.8º48.26%78.82%-
XYZ22.5617.7657.5-
YUV118.35174.64125.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 201 (78.91% from 255) = 47.86%
R=27.38%
G=24.76%
B=47.86%

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
Decimal1151042010.430.4800.21246.847.3259.8
Hex7368C92B30015f72f3c
Octal16315031153600253675774
Binary111001111010001100100110101111000001010111110111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7368C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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