#7365FB

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

Shades of Medium Slate Blue #7365FB

Tints of Medium Slate Blue #7365FB

Color information

#7365FB (or 0x7365FB) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 65 and FB. RGB value is (115,101,251). Sum of RGB (Red+Green+Blue) = 115+101+251=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #7365FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7365FB is #8C9A04. Grayscale: #797979. Windows color (decimal): -9214469 or 16475507. OLE color: 16475507.

HSL color Cylindrical-coordinate representation of color #7365FB: hue angle of 245.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7365FB is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB115101251-
CMYK0.540.6000.02
HSL245.6º94.94%69.02%-
HSV(B)245.6º59.76%98.43%-
XYZ29.1419.9293.58-
YUV122.29200.64122.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.63%
GREEN value IS 101 (39.84% from 255) = 21.63%
BLUE value IS 251 (98.44% from 255) = 53.75%
R=24.63%
G=21.63%
B=53.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1151012510.540.6000.02245.694.9469.02
Hex7365FB363C02f65f45
Octal163145373667402366137105
Binary11100111100101111110111101101111000101111011010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7365FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7365FB; }

 p { color: rgb(115,101,251); }

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

<style>
 a { background-color: #7365FB; }

 a { background-color: rgb(115,101,251); }

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

<style>
 span { border-color: #7365FB; }

 span { border-color: rgb(115,101,251); }

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