#7366CA

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

Shades of Slate Blue #7366CA

Tints of Slate Blue #7366CA

Color information

#7366CA (or 0x7366CA) is unknown color: approx Slate Blue. HEX triplet: 73, 66 and CA. RGB value is (115,102,202). Sum of RGB (Red+Green+Blue) = 115+102+202=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #7366CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366CA is #8C9935. Grayscale: #747474. Windows color (decimal): -9214262 or 13264499. OLE color: 13264499.

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

Color convert

RGB115102202-
CMYK0.430.5000.21
HSL247.8º48.54%59.61%-
HSV(B)247.8º49.5%79.22%-
XYZ22.4817.4158.05-
YUV117.29175.81126.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=27.45%
G=24.34%
B=48.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151022020.430.5000.21247.848.5459.61
Hex7366CA2B32015f8313c
Octal16314631253620253706174
Binary111001111001101100101010101111001001010111111000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7366CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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