#7F72FC

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

Shades of Light Slate Blue #7F72FC

Tints of Light Slate Blue #7F72FC

Color information

#7F72FC (or 0x7F72FC) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 72 and FC. RGB value is (127,114,252). Sum of RGB (Red+Green+Blue) = 127+114+252=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F72FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F72FC is #808D03. Grayscale: #858585. Windows color (decimal): -8424708 or 16544383. OLE color: 16544383.

HSL color Cylindrical-coordinate representation of color #7F72FC: hue angle of 245.65º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F72FC is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127114252-
CMYK0.500.5500.01
HSL245.65º95.83%71.76%-
HSV(B)245.65º54.76%98.82%-
XYZ32.3423.5794.94-
YUV133.62194.81123.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.76%
GREEN value IS 114 (44.92% from 255) = 23.12%
BLUE value IS 252 (98.83% from 255) = 51.12%
R=25.76%
G=23.12%
B=51.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271142520.500.5500.01245.6595.8371.76
Hex7F72FC323701f66048
Octal177162374626701366140110
Binary1111111111001011111100110010110111011111011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F72FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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