#755DCD

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

Shades of Slate Blue #755DCD

Tints of Slate Blue #755DCD

Color information

#755DCD (or 0x755DCD) is unknown color: approx Slate Blue. HEX triplet: 75, 5D and CD. RGB value is (117,93,205). Sum of RGB (Red+Green+Blue) = 117+93+205=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #755DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DCD is #8AA232. Grayscale: #707070. Windows color (decimal): -9085491 or 13458805. OLE color: 13458805.

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

Color convert

RGB11793205-
CMYK0.430.5500.20
HSL252.86º52.83%58.43%-
HSV(B)252.86º54.63%80.39%-
XYZ22.2716.0259.68-
YUV112.94179.95130.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=28.19%
G=22.41%
B=49.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117932050.430.5500.20252.8652.8358.43
Hex755DCD2B37014fd353a
Octal16513531553670243756572
Binary111010110111011100110110101111011101010011111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,93,205); }

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

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

 a { background-color: rgb(117,93,205); }

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

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

 span { border-color: rgb(117,93,205); }

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