#7751C5

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

Shades of Slate Blue #7751C5

Tints of Slate Blue #7751C5

Color information

#7751C5 (or 0x7751C5) is unknown color: approx Slate Blue. HEX triplet: 77, 51 and C5. RGB value is (119,81,197). Sum of RGB (Red+Green+Blue) = 119+81+197=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #7751C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7751C5 is #88AE3A. Grayscale: #696969. Windows color (decimal): -8957499 or 12931447. OLE color: 12931447.

HSL color Cylindrical-coordinate representation of color #7751C5: hue angle of 259.66º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7751C5 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11981197-
CMYK0.400.5900.23
HSL259.66º50%54.51%-
HSV(B)259.66º58.88%77.25%-
XYZ20.6313.8454.41-
YUV105.59179.59137.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 197 (77.34% from 255) = 49.62%
R=29.97%
G=20.40%
B=49.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal119811970.400.5900.23259.665054.51
Hex7751C5283B0171043237
Octal16712130550730274046267
Binary1110111101000111000101101000111011010111100000100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7751C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7751C5; }

 p { color: rgb(119,81,197); }

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

<style>
 a { background-color: #7751C5; }

 a { background-color: rgb(119,81,197); }

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

<style>
 span { border-color: #7751C5; }

 span { border-color: rgb(119,81,197); }

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