#727FF9

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

Shades of Light Slate Blue #727FF9

Tints of Light Slate Blue #727FF9

Color information

#727FF9 (or 0x727FF9) is unknown color: approx Light Slate Blue. HEX triplet: 72, 7F and F9. RGB value is (114,127,249). Sum of RGB (Red+Green+Blue) = 114+127+249=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 127 (50% from 255 or 25.92% 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 #727FF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FF9 is #8D8006. Grayscale: #888888. Windows color (decimal): -9273351 or 16351090. OLE color: 16351090.

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

Color convert

RGB114127249-
CMYK0.540.4900.02
HSL234.22º91.84%71.18%-
HSV(B)234.22º54.22%97.65%-
XYZ31.6325.692.9-
YUV137.02191.19111.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1141272490.540.4900.02234.2291.8471.18
Hex727FF9363102ea5c47
Octal162177371666102352134107
Binary11100101111111111110011101101100010101110101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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