#7346CA

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

Shades of Slate Blue #7346CA

Tints of Slate Blue #7346CA

Color information

#7346CA (or 0x7346CA) is unknown color: approx Slate Blue. HEX triplet: 73, 46 and CA. RGB value is (115,70,202). Sum of RGB (Red+Green+Blue) = 115+70+202=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #7346CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7346CA is #8CB935. Grayscale: #626262. Windows color (decimal): -9222454 or 13256307. OLE color: 13256307.

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

Color convert

RGB11570202-
CMYK0.430.6500.21
HSL260.45º55.46%53.33%-
HSV(B)260.45º65.35%79.22%-
XYZ19.9212.2957.2-
YUV98.5186.41139.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 70 (27.73% from 255) = 18.09%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=29.72%
G=18.09%
B=52.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal115702020.430.6500.21260.4555.4653.33
Hex7346CA2B410151043735
Octal163106312531010254046765
Binary11100111000110110010101010111000001010101100000100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7346CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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