#754BC7

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

Shades of Slate Blue #754BC7

Tints of Slate Blue #754BC7

Color information

#754BC7 (or 0x754BC7) is unknown color: approx Slate Blue. HEX triplet: 75, 4B and C7. RGB value is (117,75,199). Sum of RGB (Red+Green+Blue) = 117+75+199=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #754BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BC7 is #8AB438. Grayscale: #656565. Windows color (decimal): -9090105 or 13060981. OLE color: 13060981.

HSL color Cylindrical-coordinate representation of color #754BC7: hue angle of 260.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754BC7 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11775199-
CMYK0.410.6200.22
HSL260.32º52.54%53.73%-
HSV(B)260.32º62.31%78.04%-
XYZ20.1612.9455.47-
YUV101.69182.91138.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 199 (78.12% from 255) = 50.90%
R=29.92%
G=19.18%
B=50.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117751990.410.6200.22260.3252.5453.73
Hex754BC7293E0161043536
Octal16511330751760264046566
Binary1110101100101111000111101001111110010110100000100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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