#737EFD

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

Shades of Light Slate Blue #737EFD

Tints of Light Slate Blue #737EFD

Color information

#737EFD (or 0x737EFD) is unknown color: approx Light Slate Blue. HEX triplet: 73, 7E and FD. RGB value is (115,126,253). Sum of RGB (Red+Green+Blue) = 115+126+253=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #737EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737EFD is #8C8102. Grayscale: #888888. Windows color (decimal): -9208067 or 16612979. OLE color: 16612979.

HSL color Cylindrical-coordinate representation of color #737EFD: hue angle of 235.22º degrees, saturation: 0.97, 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 #737EFD is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB115126253-
CMYK0.550.5000.01
HSL235.22º97.18%72.16%-
HSV(B)235.22º54.55%99.22%-
XYZ32.2625.6696.18-
YUV137.19193.36112.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.28%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 253 (99.22% from 255) = 51.21%
R=23.28%
G=25.51%
B=51.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1151262530.550.5000.01235.2297.1872.16
Hex737EFD373201eb6148
Octal163176375676201353141110
Binary1110011111111011111101110111110010011110101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737EFD; }

 p { color: rgb(115,126,253); }

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

<style>
 a { background-color: #737EFD; }

 a { background-color: rgb(115,126,253); }

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

<style>
 span { border-color: #737EFD; }

 span { border-color: rgb(115,126,253); }

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