#727CFE

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

Shades of Light Slate Blue #727CFE

Tints of Light Slate Blue #727CFE

Color information

#727CFE (or 0x727CFE) is unknown color: approx Light Slate Blue. HEX triplet: 72, 7C and FE. RGB value is (114,124,254). Sum of RGB (Red+Green+Blue) = 114+124+254=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 124 (48.83% from 255 or 25.20% 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 #727CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CFE is #8D8301. Grayscale: #878787. Windows color (decimal): -9274114 or 16678002. OLE color: 16678002.

HSL color Cylindrical-coordinate representation of color #727CFE: hue angle of 235.71º 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 #727CFE is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB114124254-
CMYK0.550.5100.00
HSL235.71º98.59%72.16%-
HSV(B)235.71º55.12%99.61%-
XYZ32.0425.1596.93-
YUV135.83194.69112.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1141242540.550.5100.00235.7198.5972.16
Hex727CFE373300ec6348
Octal162174376676300354143110
Binary1110010111110011111110110111110011001110110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727CFE; }

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

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

<style>
 a { background-color: #727CFE; }

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

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

<style>
 span { border-color: #727CFE; }

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

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