#755ACC

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

Shades of Slate Blue #755ACC

Tints of Slate Blue #755ACC

Color information

#755ACC (or 0x755ACC) is unknown color: approx Slate Blue. HEX triplet: 75, 5A and CC. RGB value is (117,90,204). Sum of RGB (Red+Green+Blue) = 117+90+204=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #755ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ACC is #8AA533. Grayscale: #6E6E6E. Windows color (decimal): -9086260 or 13392501. OLE color: 13392501.

HSL color Cylindrical-coordinate representation of color #755ACC: hue angle of 254.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755ACC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11790204-
CMYK0.430.5600.2
HSL254.21º52.78%57.65%-
HSV(B)254.21º55.88%80%-
XYZ21.8915.4558.96-
YUV111.07180.45132.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 90 (35.55% from 255) = 21.90%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=28.47%
G=21.90%
B=49.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117902040.430.5600.2254.2152.7857.65
Hex755ACC2B38014fe353a
Octal16513231453700243766572
Binary111010110110101100110010101111100001010011111110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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