#7348CB

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

Shades of Slate Blue #7348CB

Tints of Slate Blue #7348CB

Color information

#7348CB (or 0x7348CB) is unknown color: approx Slate Blue. HEX triplet: 73, 48 and CB. RGB value is (115,72,203). Sum of RGB (Red+Green+Blue) = 115+72+203=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #7348CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348CB is #8CB734. Grayscale: #636363. Windows color (decimal): -9221941 or 13322355. OLE color: 13322355.

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

Color convert

RGB11572203-
CMYK0.430.6500.20
HSL259.69º55.74%53.92%-
HSV(B)259.69º64.53%79.61%-
XYZ20.1712.5957.87-
YUV99.79186.25138.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 203 (79.69% from 255) = 52.05%
R=29.49%
G=18.46%
B=52.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal115722030.430.6500.20259.6955.7453.92
Hex7348CB2B410141043836
Octal163110313531010244047066
Binary11100111001000110010111010111000001010100100000100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7348CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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