#7f72f9

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

Shades of Light Slate Blue #7F72F9

Tints of Light Slate Blue #7F72F9

Color information

#7F72F9 (or 0x7F72F9) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 72 and F9. RGB value is (127,114,249). Sum of RGB (Red+Green+Blue) = 127+114+249=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #7F72F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F72F9 is #808D06. Grayscale: #848484. Windows color (decimal): -8424711 or 16347775. OLE color: 16347775.

HSL color Cylindrical-coordinate representation of color #7F72F9: hue angle of 245.78º degrees, saturation: 0.92, 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 #7F72F9 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127114249-
CMYK0.490.5400.02
HSL245.78º91.84%71.18%-
HSV(B)245.78º54.22%97.65%-
XYZ31.8723.3992.46-
YUV133.28193.31123.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.92%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 249 (97.66% from 255) = 50.82%
R=25.92%
G=23.27%
B=50.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271142490.490.5400.02245.7891.8471.18
Hex7F72F9313602f65c47
Octal177162371616602366134107
Binary11111111110010111110011100011101100101111011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f72f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,114,249); }

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

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

 a { background-color: rgb(127,114,249); }

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

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

 span { border-color: rgb(127,114,249); }

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