#7F60D5

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

Shades of Slate Blue #7F60D5

Tints of Slate Blue #7F60D5

Color information

#7F60D5 (or 0x7F60D5) is unknown color: approx Slate Blue. HEX triplet: 7F, 60 and D5. RGB value is (127,96,213). Sum of RGB (Red+Green+Blue) = 127+96+213=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #7F60D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F60D5 is #809F2A. Grayscale: #767676. Windows color (decimal): -8429355 or 13983871. OLE color: 13983871.

HSL color Cylindrical-coordinate representation of color #7F60D5: hue angle of 255.9º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F60D5 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12796213-
CMYK0.400.5500.16
HSL255.9º58.21%60.59%-
HSV(B)255.9º54.93%83.53%-
XYZ24.9517.6865.05-
YUV118.61181.27133.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.13%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 213 (83.59% from 255) = 48.85%
R=29.13%
G=22.02%
B=48.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal127962130.400.5500.16255.958.2160.59
Hex7F60D528370101003a3d
Octal17714032550670204007275
Binary1111111110000011010101101000110111010000100000000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F60D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F60D5; }

 p { color: rgb(127,96,213); }

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

<style>
 a { background-color: #7F60D5; }

 a { background-color: rgb(127,96,213); }

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

<style>
 span { border-color: #7F60D5; }

 span { border-color: rgb(127,96,213); }

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