#754BC1

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

Shades of Slate Blue #754BC1

Tints of Slate Blue #754BC1

Color information

#754BC1 (or 0x754BC1) is unknown color: approx Slate Blue. HEX triplet: 75, 4B and C1. RGB value is (117,75,193). Sum of RGB (Red+Green+Blue) = 117+75+193=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #754BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BC1 is #8AB43E. Grayscale: #646464. Windows color (decimal): -9090111 or 12667765. OLE color: 12667765.

HSL color Cylindrical-coordinate representation of color #754BC1: hue angle of 261.36º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754BC1 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11775193-
CMYK0.390.6100.24
HSL261.36º48.76%52.55%-
HSV(B)261.36º61.14%75.69%-
XYZ19.4812.6651.87-
YUV101.01179.91139.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 193 (75.78% from 255) = 50.13%
R=30.39%
G=19.48%
B=50.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117751930.390.6100.24261.3648.7652.55
Hex754BC1273D0181053135
Octal16511330147750304056165
Binary1110101100101111000001100111111101011000100000101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754BC1; }

 p { color: rgb(117,75,193); }

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

<style>
 a { background-color: #754BC1; }

 a { background-color: rgb(117,75,193); }

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

<style>
 span { border-color: #754BC1; }

 span { border-color: rgb(117,75,193); }

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