#755FC0

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

Shades of Slate Blue #755FC0

Tints of Slate Blue #755FC0

Color information

#755FC0 (or 0x755FC0) is unknown color: approx Slate Blue. HEX triplet: 75, 5F and C0. RGB value is (117,95,192). Sum of RGB (Red+Green+Blue) = 117+95+192=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #755FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FC0 is #8AA03F. Grayscale: #707070. Windows color (decimal): -9084992 or 12607349. OLE color: 12607349.

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

Color convert

RGB11795192-
CMYK0.390.5100.25
HSL253.61º43.5%56.27%-
HSV(B)253.61º50.52%75.29%-
XYZ20.9415.7751.81-
YUV112.64172.79131.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 192 (75.39% from 255) = 47.52%
R=28.96%
G=23.51%
B=47.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117951920.390.5100.25253.6143.556.27
Hex755FC02733019fe2b38
Octal16513730047630313765370
Binary111010110111111100000010011111001101100111111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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