#7e72fa

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

Shades of Light Slate Blue #7E72FA

Tints of Light Slate Blue #7E72FA

Color information

#7E72FA (or 0x7E72FA) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 72 and FA. RGB value is (126,114,250). Sum of RGB (Red+Green+Blue) = 126+114+250=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E72FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E72FA is #818D05. Grayscale: #848484. Windows color (decimal): -8490246 or 16413310. OLE color: 16413310.

HSL color Cylindrical-coordinate representation of color #7E72FA: hue angle of 245.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E72FA is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126114250-
CMYK0.500.5400.02
HSL245.29º93.15%71.37%-
HSV(B)245.29º54.4%98.04%-
XYZ31.8823.3793.27-
YUV133.09193.98122.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.71%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 250 (98.05% from 255) = 51.02%
R=25.71%
G=23.27%
B=51.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261142500.500.5400.02245.2993.1571.37
Hex7E72FA323602f55d47
Octal176162372626602365135107
Binary11111101110010111110101100101101100101111010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e72fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,114,250); }

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

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

 a { background-color: rgb(126,114,250); }

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

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

 span { border-color: rgb(126,114,250); }

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