#755DC0

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

Shades of Slate Blue #755DC0

Tints of Slate Blue #755DC0

Color information

#755DC0 (or 0x755DC0) is unknown color: approx Slate Blue. HEX triplet: 75, 5D and C0. RGB value is (117,93,192). Sum of RGB (Red+Green+Blue) = 117+93+192=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #755DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DC0 is #8AA23F. Grayscale: #6F6F6F. Windows color (decimal): -9085504 or 12606837. OLE color: 12606837.

HSL color Cylindrical-coordinate representation of color #755DC0: hue angle of 254.55º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #755DC0 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11793192-
CMYK0.390.5200.25
HSL254.55º44%55.88%-
HSV(B)254.55º51.56%75.29%-
XYZ20.7615.4251.75-
YUV111.46173.45131.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 192 (75.39% from 255) = 47.76%
R=29.10%
G=23.13%
B=47.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117931920.390.5200.25254.554455.88
Hex755DC02734019ff2c38
Octal16513530047640313775470
Binary111010110111011100000010011111010001100111111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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