#737DFD

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

Shades of Light Slate Blue #737DFD

Tints of Light Slate Blue #737DFD

Color information

#737DFD (or 0x737DFD) is unknown color: approx Light Slate Blue. HEX triplet: 73, 7D and FD. RGB value is (115,125,253). Sum of RGB (Red+Green+Blue) = 115+125+253=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #737DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737DFD is #8C8202. Grayscale: #888888. Windows color (decimal): -9208323 or 16612723. OLE color: 16612723.

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

Color convert

RGB115125253-
CMYK0.550.5100.01
HSL235.65º97.18%72.16%-
HSV(B)235.65º54.55%99.22%-
XYZ32.1325.496.14-
YUV136.6193.69112.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.33%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 253 (99.22% from 255) = 51.32%
R=23.33%
G=25.35%
B=51.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1151252530.550.5100.01235.6597.1872.16
Hex737DFD373301ec6148
Octal163175375676301354141110
Binary1110011111110111111101110111110011011110110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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