#735fc9

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

Shades of Slate Blue #735FC9

Tints of Slate Blue #735FC9

Color information

#735FC9 (or 0x735FC9) is unknown color: approx Slate Blue. HEX triplet: 73, 5F and C9. RGB value is (115,95,201). Sum of RGB (Red+Green+Blue) = 115+95+201=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #735FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FC9 is #8CA036. Grayscale: #707070. Windows color (decimal): -9216055 or 13197171. OLE color: 13197171.

HSL color Cylindrical-coordinate representation of color #735FC9: hue angle of 251.32º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #735FC9 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11595201-
CMYK0.430.5300.21
HSL251.32º49.53%58.04%-
HSV(B)251.32º52.74%78.82%-
XYZ21.7116.0557.21-
YUV113.06177.63129.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.98%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 201 (78.91% from 255) = 48.91%
R=27.98%
G=23.11%
B=48.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal115952010.430.5300.21251.3249.5358.04
Hex735FC92B35015fb323a
Octal16313731153650253736272
Binary111001110111111100100110101111010101010111111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735fc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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