#755BC5

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

Shades of Slate Blue #755BC5

Tints of Slate Blue #755BC5

Color information

#755BC5 (or 0x755BC5) is unknown color: approx Slate Blue. HEX triplet: 75, 5B and C5. RGB value is (117,91,197). Sum of RGB (Red+Green+Blue) = 117+91+197=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 197 (77.34% from 255 or 48.64% from 405); Max value from RGB is 197 - color contains mainly: blue. Hex color #755BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BC5 is #8AA43A. Grayscale: #6E6E6E. Windows color (decimal): -9086011 or 12934005. OLE color: 12934005.

HSL color Cylindrical-coordinate representation of color #755BC5: hue angle of 254.72º degrees, saturation: 0.48, 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 #755BC5 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11791197-
CMYK0.410.5400.23
HSL254.72º47.75%56.47%-
HSV(B)254.72º53.81%77.25%-
XYZ21.1615.354.66-
YUV110.86176.61132.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 197 (77.34% from 255) = 48.64%
R=28.89%
G=22.47%
B=48.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal117911970.410.5400.23254.7247.7556.47
Hex755BC52936017ff3038
Octal16513330551660273776070
Binary111010110110111100010110100111011001011111111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,91,197); }

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

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

 a { background-color: rgb(117,91,197); }

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

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

 span { border-color: rgb(117,91,197); }

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