#7651C1

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

Shades of Slate Blue #7651C1

Tints of Slate Blue #7651C1

Color information

#7651C1 (or 0x7651C1) is unknown color: approx Slate Blue. HEX triplet: 76, 51 and C1. RGB value is (118,81,193). Sum of RGB (Red+Green+Blue) = 118+81+193=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #7651C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7651C1 is #89AE3E. Grayscale: #686868. Windows color (decimal): -9023039 or 12669302. OLE color: 12669302.

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

Color convert

RGB11881193-
CMYK0.390.5800.24
HSL259.82º47.46%53.73%-
HSV(B)259.82º58.03%75.69%-
XYZ20.0413.5952.02-
YUV104.83177.76137.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 81 (32.03% from 255) = 20.66%
BLUE value IS 193 (75.78% from 255) = 49.23%
R=30.10%
G=20.66%
B=49.23%

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
Decimal118811930.390.5800.24259.8247.4653.73
Hex7651C1273A0181042f36
Octal16612130147720304045766
Binary1110110101000111000001100111111010011000100000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7651C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,81,193); }

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

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

 a { background-color: rgb(118,81,193); }

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

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

 span { border-color: rgb(118,81,193); }

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