#755AC1

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

Shades of Slate Blue #755AC1

Tints of Slate Blue #755AC1

Color information

#755AC1 (or 0x755AC1) is unknown color: approx Slate Blue. HEX triplet: 75, 5A and C1. RGB value is (117,90,193). Sum of RGB (Red+Green+Blue) = 117+90+193=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #755AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AC1 is #8AA53E. Grayscale: #6D6D6D. Windows color (decimal): -9086271 or 12671605. OLE color: 12671605.

HSL color Cylindrical-coordinate representation of color #755AC1: hue angle of 255.73º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755AC1 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11790193-
CMYK0.390.5300.24
HSL255.73º45.37%55.49%-
HSV(B)255.73º53.37%75.69%-
XYZ20.6214.9452.25-
YUV109.82174.95133.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 90 (35.55% from 255) = 22.5%
BLUE value IS 193 (75.78% from 255) = 48.25%
R=29.25%
G=22.5%
B=48.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117901930.390.5300.24255.7345.3755.49
Hex755AC127350181002d37
Octal16513230147650304005567
Binary1110101101101011000001100111110101011000100000000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755AC1; }

 p { color: rgb(117,90,193); }

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

<style>
 a { background-color: #755AC1; }

 a { background-color: rgb(117,90,193); }

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

<style>
 span { border-color: #755AC1; }

 span { border-color: rgb(117,90,193); }

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