#7E7AF3

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

Shades of Light Slate Blue #7E7AF3

Tints of Light Slate Blue #7E7AF3

Color information

#7E7AF3 (or 0x7E7AF3) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 7A and F3. RGB value is (126,122,243). Sum of RGB (Red+Green+Blue) = 126+122+243=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #7E7AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7AF3 is #81850C. Grayscale: #888888. Windows color (decimal): -8488205 or 15956606. OLE color: 15956606.

HSL color Cylindrical-coordinate representation of color #7E7AF3: hue angle of 241.98º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E7AF3 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126122243-
CMYK0.480.5000.05
HSL241.98º83.45%71.57%-
HSV(B)241.98º49.79%95.29%-
XYZ31.7424.8387.91-
YUV136.99187.83120.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 243 (95.31% from 255) = 49.49%
R=25.66%
G=24.85%
B=49.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1261222430.480.5000.05241.9883.4571.57
Hex7E7AF3303205f25348
Octal176172363606205362123110
Binary111111011110101111001111000011001001011111001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,122,243); }

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

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

 a { background-color: rgb(126,122,243); }

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

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

 span { border-color: rgb(126,122,243); }

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