#7366C9

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

Shades of Slate Blue #7366C9

Tints of Slate Blue #7366C9

Color information

#7366C9 (or 0x7366C9) is unknown color: approx Slate Blue. HEX triplet: 73, 66 and C9. RGB value is (115,102,201). Sum of RGB (Red+Green+Blue) = 115+102+201=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #7366C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366C9 is #8C9936. Grayscale: #747474. Windows color (decimal): -9214263 or 13198963. OLE color: 13198963.

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

Color convert

RGB115102201-
CMYK0.430.4900.21
HSL247.88º47.83%59.41%-
HSV(B)247.88º49.25%78.82%-
XYZ22.3617.3657.43-
YUV117.17175.31126.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.51%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 201 (78.91% from 255) = 48.09%
R=27.51%
G=24.40%
B=48.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151022010.430.4900.21247.8847.8359.41
Hex7366C92B31015f8303b
Octal16314631153610253706073
Binary111001111001101100100110101111000101010111111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7366C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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