#7752C5

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

Shades of Slate Blue #7752C5

Tints of Slate Blue #7752C5

Color information

#7752C5 (or 0x7752C5) is unknown color: approx Slate Blue. HEX triplet: 77, 52 and C5. RGB value is (119,82,197). Sum of RGB (Red+Green+Blue) = 119+82+197=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 197 (77.34% from 255 or 49.50% from 398); Max value from RGB is 197 - color contains mainly: blue. Hex color #7752C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752C5 is #88AD3A. Grayscale: #696969. Windows color (decimal): -8957243 or 12931703. OLE color: 12931703.

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

Color convert

RGB11982197-
CMYK0.400.5800.23
HSL259.3º49.78%54.71%-
HSV(B)259.3º58.38%77.25%-
XYZ20.713.9954.43-
YUV106.17179.26137.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 197 (77.34% from 255) = 49.50%
R=29.90%
G=20.60%
B=49.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal119821970.400.5800.23259.349.7854.71
Hex7752C5283A0171033237
Octal16712230550720274036267
Binary1110111101001011000101101000111010010111100000011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7752C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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