#735BFC

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

Shades of Medium Slate Blue #735BFC

Tints of Medium Slate Blue #735BFC

Color information

#735BFC (or 0x735BFC) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 5B and FC. RGB value is (115,91,252). Sum of RGB (Red+Green+Blue) = 115+91+252=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #735BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735BFC is #8CA403. Grayscale: #737373. Windows color (decimal): -9217028 or 16538483. OLE color: 16538483.

HSL color Cylindrical-coordinate representation of color #735BFC: hue angle of 248.94º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #735BFC is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11591252-
CMYK0.540.6400.01
HSL248.94º96.41%67.25%-
HSV(B)248.94º63.89%98.82%-
XYZ28.3818.1694.1-
YUV116.53204.45126.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.11%
GREEN value IS 91 (35.94% from 255) = 19.87%
BLUE value IS 252 (98.83% from 255) = 55.02%
R=25.11%
G=19.87%
B=55.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal115912520.540.6400.01248.9496.4167.25
Hex735BFC364001f96043
Octal1631333746610001371140103
Binary11100111011011111111001101101000000011111100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735BFC; }

 p { color: rgb(115,91,252); }

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

<style>
 a { background-color: #735BFC; }

 a { background-color: rgb(115,91,252); }

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

<style>
 span { border-color: #735BFC; }

 span { border-color: rgb(115,91,252); }

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