#737EFB

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

Shades of Light Slate Blue #737EFB

Tints of Light Slate Blue #737EFB

Color information

#737EFB (or 0x737EFB) is unknown color: approx Light Slate Blue. HEX triplet: 73, 7E and FB. RGB value is (115,126,251). Sum of RGB (Red+Green+Blue) = 115+126+251=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #737EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737EFB is #8C8104. Grayscale: #888888. Windows color (decimal): -9208069 or 16481907. OLE color: 16481907.

HSL color Cylindrical-coordinate representation of color #737EFB: hue angle of 235.15º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #737EFB is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB115126251-
CMYK0.540.5000.02
HSL235.15º94.44%71.76%-
HSV(B)235.15º54.18%98.43%-
XYZ31.9425.5394.51-
YUV136.96192.36112.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.37%
GREEN value IS 126 (49.61% from 255) = 25.61%
BLUE value IS 251 (98.44% from 255) = 51.02%
R=23.37%
G=25.61%
B=51.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1151262510.540.5000.02235.1594.4471.76
Hex737EFB363202eb5e48
Octal163176373666202353136110
Binary11100111111110111110111101101100100101110101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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