#7752C1

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

Shades of Slate Blue #7752C1

Tints of Slate Blue #7752C1

Color information

#7752C1 (or 0x7752C1) is unknown color: approx Slate Blue. HEX triplet: 77, 52 and C1. RGB value is (119,82,193). Sum of RGB (Red+Green+Blue) = 119+82+193=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #7752C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752C1 is #88AD3E. Grayscale: #696969. Windows color (decimal): -8957247 or 12669559. OLE color: 12669559.

HSL color Cylindrical-coordinate representation of color #7752C1: hue angle of 260º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7752C1 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11982193-
CMYK0.380.5800.24
HSL260º47.23%53.92%-
HSV(B)260º57.51%75.69%-
XYZ20.2513.8152.05-
YUV105.72177.26137.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 193 (75.78% from 255) = 48.98%
R=30.20%
G=20.81%
B=48.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119821930.380.5800.2426047.2353.92
Hex7752C1263A0181042f36
Octal16712230146720304045766
Binary1110111101001011000001100110111010011000100000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7752C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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