#7e60cf

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

Shades of Slate Blue #7E60CF

Tints of Slate Blue #7E60CF

Color information

#7E60CF (or 0x7E60CF) is unknown color: approx Slate Blue. HEX triplet: 7E, 60 and CF. RGB value is (126,96,207). Sum of RGB (Red+Green+Blue) = 126+96+207=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E60CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E60CF is #819F30. Grayscale: #757575. Windows color (decimal): -8494897 or 13590654. OLE color: 13590654.

HSL color Cylindrical-coordinate representation of color #7E60CF: hue angle of 256.22º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E60CF is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12696207-
CMYK0.390.5400.19
HSL256.22º53.62%59.41%-
HSV(B)256.22º53.62%81.18%-
XYZ24.0517.3161.1-
YUV117.62178.44133.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.37%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=29.37%
G=22.38%
B=48.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal126962070.390.5400.19256.2253.6259.41
Hex7E60CF2736013100363b
Octal17614031747660234006673
Binary1111110110000011001111100111110110010011100000000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e60cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,96,207); }

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

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

 a { background-color: rgb(126,96,207); }

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

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

 span { border-color: rgb(126,96,207); }

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