#7E63CF

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

Shades of Slate Blue #7E63CF

Tints of Slate Blue #7E63CF

Color information

#7E63CF (or 0x7E63CF) is unknown color: approx Slate Blue. HEX triplet: 7E, 63 and CF. RGB value is (126,99,207). Sum of RGB (Red+Green+Blue) = 126+99+207=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E63CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E63CF is #819C30. Grayscale: #767676. Windows color (decimal): -8494129 or 13591422. OLE color: 13591422.

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

Color convert

RGB12699207-
CMYK0.390.5200.19
HSL255º52.94%60%-
HSV(B)255º52.17%81.18%-
XYZ24.3317.8661.2-
YUV119.38177.45132.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.17%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 207 (81.25% from 255) = 47.92%
R=29.17%
G=22.92%
B=47.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal126992070.390.5200.1925552.9460
Hex7E63CF2734013ff353c
Octal17614331747640233776574
Binary111111011000111100111110011111010001001111111111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E63CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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