#7652C3

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

Shades of Slate Blue #7652C3

Tints of Slate Blue #7652C3

Color information

#7652C3 (or 0x7652C3) is unknown color: approx Slate Blue. HEX triplet: 76, 52 and C3. RGB value is (118,82,195). Sum of RGB (Red+Green+Blue) = 118+82+195=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #7652C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7652C3 is #89AD3C. Grayscale: #696969. Windows color (decimal): -9022781 or 12800630. OLE color: 12800630.

HSL color Cylindrical-coordinate representation of color #7652C3: hue angle of 259.12º degrees, saturation: 0.48, 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 #7652C3 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11882195-
CMYK0.390.5800.24
HSL259.12º48.5%54.31%-
HSV(B)259.12º57.95%76.47%-
XYZ20.3413.8353.23-
YUV105.65178.43136.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 195 (76.56% from 255) = 49.37%
R=29.87%
G=20.76%
B=49.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118821950.390.5800.24259.1248.554.31
Hex7652C3273A0181033036
Octal16612230347720304036066
Binary1110110101001011000011100111111010011000100000011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7652C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7652C3; }

 p { color: rgb(118,82,195); }

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

<style>
 a { background-color: #7652C3; }

 a { background-color: rgb(118,82,195); }

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

<style>
 span { border-color: #7652C3; }

 span { border-color: rgb(118,82,195); }

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