#756AD3

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

Shades of Slate Blue #756AD3

Tints of Slate Blue #756AD3

Color information

#756AD3 (or 0x756AD3) is unknown color: approx Slate Blue. HEX triplet: 75, 6A and D3. RGB value is (117,106,211). Sum of RGB (Red+Green+Blue) = 117+106+211=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #756AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AD3 is #8A952C. Grayscale: #787878. Windows color (decimal): -9082157 or 13855349. OLE color: 13855349.

HSL color Cylindrical-coordinate representation of color #756AD3: hue angle of 246.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756AD3 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB117106211-
CMYK0.450.5000.17
HSL246.29º54.4%62.16%-
HSV(B)246.29º49.76%82.75%-
XYZ24.2518.7963.98-
YUV121.26178.64124.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 106 (41.80% from 255) = 24.42%
BLUE value IS 211 (82.81% from 255) = 48.62%
R=26.96%
G=24.42%
B=48.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1171062110.450.5000.17246.2954.462.16
Hex756AD32D32011f6363e
Octal16515232355620213666676
Binary111010111010101101001110110111001001000111110110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756AD3; }

 p { color: rgb(117,106,211); }

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

<style>
 a { background-color: #756AD3; }

 a { background-color: rgb(117,106,211); }

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

<style>
 span { border-color: #756AD3; }

 span { border-color: rgb(117,106,211); }

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