#7E63D1

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

Shades of Slate Blue #7E63D1

Tints of Slate Blue #7E63D1

Color information

#7E63D1 (or 0x7E63D1) is unknown color: approx Slate Blue. HEX triplet: 7E, 63 and D1. RGB value is (126,99,209). Sum of RGB (Red+Green+Blue) = 126+99+209=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E63D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E63D1 is #819C2E. Grayscale: #777777. Windows color (decimal): -8494127 or 13722494. OLE color: 13722494.

HSL color Cylindrical-coordinate representation of color #7E63D1: hue angle of 254.73º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E63D1 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12699209-
CMYK0.400.5300.18
HSL254.73º54.46%60.39%-
HSV(B)254.73º52.63%81.96%-
XYZ24.5717.9662.49-
YUV119.61178.45132.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.03%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 209 (82.03% from 255) = 48.16%
R=29.03%
G=22.81%
B=48.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal126992090.400.5300.18254.7354.4660.39
Hex7E63D12835012ff363c
Octal17614332150650223776674
Binary111111011000111101000110100011010101001011111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E63D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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