#7366CC

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

Shades of Slate Blue #7366CC

Tints of Slate Blue #7366CC

Color information

#7366CC (or 0x7366CC) is unknown color: approx Slate Blue. HEX triplet: 73, 66 and CC. RGB value is (115,102,204). Sum of RGB (Red+Green+Blue) = 115+102+204=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #7366CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366CC is #8C9933. Grayscale: #757575. Windows color (decimal): -9214260 or 13395571. OLE color: 13395571.

HSL color Cylindrical-coordinate representation of color #7366CC: hue angle of 247.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7366CC is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB115102204-
CMYK0.440.500.2
HSL247.65º50%60%-
HSV(B)247.65º50%80%-
XYZ22.7217.5159.31-
YUV117.51176.81126.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=27.32%
G=24.23%
B=48.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1151022040.440.500.2247.655060
Hex7366CC2C32014f8323c
Octal16314631454620243706274
Binary111001111001101100110010110011001001010011111000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7366CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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