#737DFB

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

Shades of Light Slate Blue #737DFB

Tints of Light Slate Blue #737DFB

Color information

#737DFB (or 0x737DFB) is unknown color: approx Light Slate Blue. HEX triplet: 73, 7D and FB. RGB value is (115,125,251). Sum of RGB (Red+Green+Blue) = 115+125+251=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #737DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737DFB is #8C8204. Grayscale: #878787. Windows color (decimal): -9208325 or 16481651. OLE color: 16481651.

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

Color convert

RGB115125251-
CMYK0.540.5000.02
HSL235.59º94.44%71.76%-
HSV(B)235.59º54.18%98.43%-
XYZ31.8225.2894.47-
YUV136.37192.69112.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.42%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 251 (98.44% from 255) = 51.12%
R=23.42%
G=25.46%
B=51.12%

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
Decimal1151252510.540.5000.02235.5994.4471.76
Hex737DFB363202ec5e48
Octal163175373666202354136110
Binary11100111111101111110111101101100100101110110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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