#756ACA

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

Shades of Slate Blue #756ACA

Tints of Slate Blue #756ACA

Color information

#756ACA (or 0x756ACA) is unknown color: approx Slate Blue. HEX triplet: 75, 6A and CA. RGB value is (117,106,202). Sum of RGB (Red+Green+Blue) = 117+106+202=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #756ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ACA is #8A9535. Grayscale: #777777. Windows color (decimal): -9082166 or 13265525. OLE color: 13265525.

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

Color convert

RGB117106202-
CMYK0.420.4800.21
HSL246.88º47.52%60.39%-
HSV(B)246.88º47.52%79.22%-
XYZ23.1518.3558.2-
YUV120.23174.14125.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=27.53%
G=24.94%
B=47.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171062020.420.4800.21246.8847.5260.39
Hex756ACA2A30015f7303c
Octal16515231252600253676074
Binary111010111010101100101010101011000001010111110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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