#755AC4

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

Shades of Slate Blue #755AC4

Tints of Slate Blue #755AC4

Color information

#755AC4 (or 0x755AC4) is unknown color: approx Slate Blue. HEX triplet: 75, 5A and C4. RGB value is (117,90,196). Sum of RGB (Red+Green+Blue) = 117+90+196=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #755AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AC4 is #8AA53B. Grayscale: #6D6D6D. Windows color (decimal): -9086268 or 12868213. OLE color: 12868213.

HSL color Cylindrical-coordinate representation of color #755AC4: hue angle of 255.28º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #755AC4 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11790196-
CMYK0.400.5400.23
HSL255.28º47.32%56.08%-
HSV(B)255.28º54.08%76.86%-
XYZ20.9615.0854.03-
YUV110.16176.45132.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 196 (76.95% from 255) = 48.64%
R=29.03%
G=22.33%
B=48.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal117901960.400.5400.23255.2847.3256.08
Hex755AC42836017ff2f38
Octal16513230450660273775770
Binary111010110110101100010010100011011001011111111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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