#756AC9

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

Shades of Slate Blue #756AC9

Tints of Slate Blue #756AC9

Color information

#756AC9 (or 0x756AC9) is unknown color: approx Slate Blue. HEX triplet: 75, 6A and C9. RGB value is (117,106,201). Sum of RGB (Red+Green+Blue) = 117+106+201=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #756AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AC9 is #8A9536. Grayscale: #777777. Windows color (decimal): -9082167 or 13199989. OLE color: 13199989.

HSL color Cylindrical-coordinate representation of color #756AC9: hue angle of 246.95º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #756AC9 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117106201-
CMYK0.420.4700.21
HSL246.95º46.8%60.2%-
HSV(B)246.95º47.26%78.82%-
XYZ23.0318.3157.58-
YUV120.12173.64125.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.59%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 201 (78.91% from 255) = 47.41%
R=27.59%
G=25%
B=47.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171062010.420.4700.21246.9546.860.2
Hex756AC92A2F015f72f3c
Octal16515231152570253675774
Binary111010111010101100100110101010111101010111110111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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