#727CFF

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

Shades of Light Slate Blue #727CFF

Tints of Light Slate Blue #727CFF

Color information

#727CFF (or 0x727CFF) is unknown color: approx Light Slate Blue. HEX triplet: 72, 7C and FF. RGB value is (114,124,255). Sum of RGB (Red+Green+Blue) = 114+124+255=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #727CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CFF is #8D8300. Grayscale: #878787. Windows color (decimal): -9274113 or 16743538. OLE color: 16743538.

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

Color convert

RGB114124255-
CMYK0.550.5100
HSL235.74º100%72.35%-
HSV(B)235.74º55.29%100%-
XYZ32.225.2197.78-
YUV135.94195.19112.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.12%
GREEN value IS 124 (48.83% from 255) = 25.15%
BLUE value IS 255 (100% from 255) = 51.72%
R=23.12%
G=25.15%
B=51.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141242550.550.5100235.7410072.35
Hex727CFF373300ec6448
Octal162174377676300354144110
Binary1110010111110011111111110111110011001110110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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