#7345CB

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

Shades of Slate Blue #7345CB

Tints of Slate Blue #7345CB

Color information

#7345CB (or 0x7345CB) is unknown color: approx Slate Blue. HEX triplet: 73, 45 and CB. RGB value is (115,69,203). Sum of RGB (Red+Green+Blue) = 115+69+203=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #7345CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345CB is #8CBA34. Grayscale: #616161. Windows color (decimal): -9222709 or 13321587. OLE color: 13321587.

HSL color Cylindrical-coordinate representation of color #7345CB: hue angle of 260.6º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7345CB is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11569203-
CMYK0.430.6600.20
HSL260.6º56.3%53.33%-
HSV(B)260.6º66.01%79.61%-
XYZ19.9812.2157.8-
YUV98.03187.24140.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 203 (79.69% from 255) = 52.45%
R=29.72%
G=17.83%
B=52.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal115692030.430.6600.20260.656.353.33
Hex7345CB2B420141053835
Octal163105313531020244057065
Binary11100111000101110010111010111000010010100100000101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7345CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7345CB; }

 p { color: rgb(115,69,203); }

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

<style>
 a { background-color: #7345CB; }

 a { background-color: rgb(115,69,203); }

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

<style>
 span { border-color: #7345CB; }

 span { border-color: rgb(115,69,203); }

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