#7350c7

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

Shades of Slate Blue #7350C7

Tints of Slate Blue #7350C7

Color information

#7350C7 (or 0x7350C7) is unknown color: approx Slate Blue. HEX triplet: 73, 50 and C7. RGB value is (115,80,199). Sum of RGB (Red+Green+Blue) = 115+80+199=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #7350C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350C7 is #8CAF38. Grayscale: #676767. Windows color (decimal): -9219897 or 13062259. OLE color: 13062259.

HSL color Cylindrical-coordinate representation of color #7350C7: hue angle of 257.65º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7350C7 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11580199-
CMYK0.420.6000.22
HSL257.65º51.52%54.71%-
HSV(B)257.65º59.8%78.04%-
XYZ20.2513.5155.57-
YUV104.03181.6135.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 80 (31.64% from 255) = 20.30%
BLUE value IS 199 (78.12% from 255) = 50.51%
R=29.19%
G=20.30%
B=50.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal115801990.420.6000.22257.6551.5254.71
Hex7350C72A3C0161023437
Octal16312030752740264026467
Binary1110011101000011000111101010111100010110100000010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7350c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7350c7; }

 p { color: rgb(115,80,199); }

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

<style>
 a { background-color: #7350c7; }

 a { background-color: rgb(115,80,199); }

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

<style>
 span { border-color: #7350c7; }

 span { border-color: rgb(115,80,199); }

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