#7C72FE

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

Shades of Light Slate Blue #7C72FE

Tints of Light Slate Blue #7C72FE

Color information

#7C72FE (or 0x7C72FE) is unknown color: approx Light Slate Blue. HEX triplet: 7C, 72 and FE. RGB value is (124,114,254). Sum of RGB (Red+Green+Blue) = 124+114+254=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C72FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C72FE is #838D01. Grayscale: #848484. Windows color (decimal): -8621314 or 16675452. OLE color: 16675452.

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

Color convert

RGB124114254-
CMYK0.510.5500.00
HSL244.29º98.59%72.16%-
HSV(B)244.29º55.12%99.61%-
XYZ32.2223.4896.6-
YUV132.95196.31121.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.20%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 254 (99.61% from 255) = 51.63%
R=25.20%
G=23.17%
B=51.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1241142540.510.5500.00244.2998.5972.16
Hex7C72FE333700f46348
Octal174162376636700364143110
Binary1111100111001011111110110011110111001111010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C72FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,114,254); }

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

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

 a { background-color: rgb(124,114,254); }

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

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

 span { border-color: rgb(124,114,254); }

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